supported apps domain + some refactor of data types redundancy
This commit is contained in:
@@ -19,7 +19,7 @@ export const settingsSchema = v.object({
|
||||
debugKey: v.string(),
|
||||
|
||||
orchestratorApiUrl: v.string(),
|
||||
wsScrcpySvcUrl: v.string(),
|
||||
publicWsScrcpySvcUrl: v.string(),
|
||||
|
||||
betterAuthUrl: v.string(),
|
||||
betterAuthSecret: v.string(),
|
||||
@@ -87,7 +87,7 @@ function loadSettings(): Settings {
|
||||
"ORCHESTRATOR_API_URL",
|
||||
"http://localhost:3000",
|
||||
),
|
||||
wsScrcpySvcUrl: getEnv("WS_SCRCPY_SVC_URL"),
|
||||
publicWsScrcpySvcUrl: getEnv("PUBLIC_WS_SCRCPY_SVC_URL"),
|
||||
|
||||
betterAuthUrl: getEnv("BETTER_AUTH_URL"),
|
||||
betterAuthSecret: getEnv("BETTER_AUTH_SECRET"),
|
||||
|
||||
Reference in New Issue
Block a user