change default env path
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 38s
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 38s
This commit is contained in:
@@ -16,7 +16,7 @@ var services = builder.Services;
|
||||
#if DEBUG
|
||||
LoadEnvironmentVariable("../../../../.env");
|
||||
#else
|
||||
LoadEnvironmentVariable(".env");
|
||||
LoadEnvironmentVariable("../.env");
|
||||
#endif
|
||||
|
||||
Action<DbContextOptionsBuilder> dbContextOptions = options =>
|
||||
|
||||
Reference in New Issue
Block a user