diff options
Diffstat (limited to 'code/api/src')
| -rw-r--r-- | code/api/src/Services/VaultService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/api/src/Services/VaultService.cs b/code/api/src/Services/VaultService.cs index 3745096..14fb3fb 100644 --- a/code/api/src/Services/VaultService.cs +++ b/code/api/src/Services/VaultService.cs @@ -71,10 +71,10 @@ public class VaultService DB_PORT = "5432", DB_NAME = "greatoffice_ivar_dev", DB_PASSWORD = "ivar123", + DB_USER = "postgres", CANONICAL_FRONTEND_URL = "http://localhost:5173", CANONICAL_BACKEND_URL = "http://localhost:5000", POSTMARK_TOKEN = "b530c311-45c7-43e5-aa48-f2c992886e51", - DB_USER = "postgres", QUARTZ_DB_HOST = "localhost", QUARTZ_DB_PORT = "5432", QUARTZ_DB_NAME = "greatoffice_quartz_ivar_dev", |
