aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src
diff options
context:
space:
mode:
Diffstat (limited to 'code/api/src')
-rw-r--r--code/api/src/Services/VaultService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/api/src/Services/VaultService.cs b/code/api/src/Services/VaultService.cs
index d4ac775..4961ceb 100644
--- a/code/api/src/Services/VaultService.cs
+++ b/code/api/src/Services/VaultService.cs
@@ -71,6 +71,7 @@ public class VaultService
DB_PORT = "5432",
DB_NAME = "greatoffice_ivar_dev",
DB_PASSWORD = "ivar123",
+ CANONICAL_FRONTEND_URL = "http://localhost:5173",
POSTMARK_TOKEN = "b530c311-45c7-43e5-aa48-f2c992886e51",
DB_USER = "postgres",
QUARTZ_DB_HOST = "localhost",