From 90529555c11dfb79bba264515f10172b8fa7aa92 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 13 Dec 2022 09:30:42 +0100 Subject: feat: Small changes to frontpage --- code/api/src/Services/VaultService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/api/src/Services/VaultService.cs') 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", -- cgit v1.3