public url setup

This commit is contained in:
user
2026-03-28 18:43:39 +02:00
parent 2cf28416ec
commit 31a501f75b

View File

@@ -20,6 +20,7 @@ export const settingsSchema = v.object({
orchestratorApiUrl: v.string(),
publicWsScrcpySvcUrl: v.string(),
publicFrontendUrl: v.string(),
betterAuthUrl: v.string(),
betterAuthSecret: v.string(),
@@ -88,6 +89,7 @@ function loadSettings(): Settings {
"http://localhost:3000",
),
publicWsScrcpySvcUrl: getEnv("PUBLIC_WS_SCRCPY_SVC_URL"),
publicFrontendUrl: getEnv("PUBLIC_FRONTEND_URL"),
betterAuthUrl: getEnv("BETTER_AUTH_URL"),
betterAuthSecret: getEnv("BETTER_AUTH_SECRET"),