Fix startup programs for deployment #29
@@ -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