diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 09:30:42 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 09:30:42 +0100 |
| commit | 90529555c11dfb79bba264515f10172b8fa7aa92 (patch) | |
| tree | bc803a5225e24251b6de46f662127c7278850a9d /code/api/src/Services/VaultService.cs | |
| parent | 7cfff8f8328599839c57d1c89f46eaa81cf1b424 (diff) | |
| download | greatoffice-90529555c11dfb79bba264515f10172b8fa7aa92.tar.xz greatoffice-90529555c11dfb79bba264515f10172b8fa7aa92.zip | |
feat: Small changes to frontpage
Diffstat (limited to 'code/api/src/Services/VaultService.cs')
| -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", |
