public url setup
This commit is contained in:
@@ -20,6 +20,7 @@ export const settingsSchema = v.object({
|
|||||||
|
|
||||||
orchestratorApiUrl: v.string(),
|
orchestratorApiUrl: v.string(),
|
||||||
publicWsScrcpySvcUrl: v.string(),
|
publicWsScrcpySvcUrl: v.string(),
|
||||||
|
publicFrontendUrl: v.string(),
|
||||||
|
|
||||||
betterAuthUrl: v.string(),
|
betterAuthUrl: v.string(),
|
||||||
betterAuthSecret: v.string(),
|
betterAuthSecret: v.string(),
|
||||||
@@ -88,6 +89,7 @@ function loadSettings(): Settings {
|
|||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
),
|
),
|
||||||
publicWsScrcpySvcUrl: getEnv("PUBLIC_WS_SCRCPY_SVC_URL"),
|
publicWsScrcpySvcUrl: getEnv("PUBLIC_WS_SCRCPY_SVC_URL"),
|
||||||
|
publicFrontendUrl: getEnv("PUBLIC_FRONTEND_URL"),
|
||||||
|
|
||||||
betterAuthUrl: getEnv("BETTER_AUTH_URL"),
|
betterAuthUrl: getEnv("BETTER_AUTH_URL"),
|
||||||
betterAuthSecret: getEnv("BETTER_AUTH_SECRET"),
|
betterAuthSecret: getEnv("BETTER_AUTH_SECRET"),
|
||||||
|
|||||||
Reference in New Issue
Block a user