change default env path
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 38s

This commit is contained in:
Maxime Adler
2025-04-28 14:44:49 +02:00
parent c08b6dccde
commit d22c84708f

View File

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