supported apps domain + some refactor of data types redundancy

This commit is contained in:
user
2026-03-28 16:19:24 +02:00
parent 6639bcd799
commit 671a712b08
26 changed files with 2052 additions and 169 deletions

View File

@@ -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"),