Fix startup programs for deployment #29

Merged
Egamorf merged 2 commits from fix/correct-startup-for-deployment into main 2025-04-28 14:47:56 +02:00
Showing only changes of commit d22c84708f - Show all commits

View File

@@ -16,7 +16,7 @@ var services = builder.Services;
#if DEBUG
LoadEnvironmentVariable("../../../../.env");
#else
LoadEnvironmentVariable(".env");
LoadEnvironmentVariable("../.env");
#endif
Action<DbContextOptionsBuilder> dbContextOptions = options =>