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
|
#if DEBUG
|
||||||
LoadEnvironmentVariable("../../../../.env");
|
LoadEnvironmentVariable("../../../../.env");
|
||||||
#else
|
#else
|
||||||
LoadEnvironmentVariable(".env");
|
LoadEnvironmentVariable("../.env");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Action<DbContextOptionsBuilder> dbContextOptions = options =>
|
Action<DbContextOptionsBuilder> dbContextOptions = options =>
|
||||||
|
|||||||
Reference in New Issue
Block a user