global: add support for -DSTAGING

This commit is contained in:
Abdullah Atta
2024-11-28 14:38:28 +05:00
parent c6bcd4a84d
commit e5bf3367cc
9 changed files with 137 additions and 148 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace Streetwriters.Identity
{
public static async Task Main(string[] args)
{
#if DEBUG
#if (DEBUG || STAGING)
DotNetEnv.Env.TraversePath().Load(".env.local");
#else
DotNetEnv.Env.TraversePath().Load(".env");