public url setup
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user