mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
fix(workspace): stabilise the development stack (#2024)
This commit is contained in:
@@ -195,6 +195,7 @@ function defaultConfig(): MasterConfig {
|
||||
api_key: '',
|
||||
api_secret: '',
|
||||
url: '',
|
||||
internal_url: '',
|
||||
webhook_url: '',
|
||||
},
|
||||
search: {
|
||||
|
||||
@@ -243,6 +243,7 @@ export interface MasterConfig {
|
||||
api_key: string;
|
||||
api_secret: string;
|
||||
url: string;
|
||||
internal_url: string;
|
||||
webhook_url: string;
|
||||
default_region?: {
|
||||
id: string;
|
||||
|
||||
@@ -266,6 +266,7 @@ const NAMED_FLUXER_ENV_OVERRIDES: Record<string, NamedEnvOverride> = {
|
||||
FLUXER_LIVEKIT_API_KEY: {path: ['integrations', 'voice', 'api_key']},
|
||||
FLUXER_LIVEKIT_API_SECRET: {path: ['integrations', 'voice', 'api_secret']},
|
||||
FLUXER_LIVEKIT_URL: {path: ['integrations', 'voice', 'url']},
|
||||
FLUXER_LIVEKIT_INTERNAL_URL: {path: ['integrations', 'voice', 'internal_url']},
|
||||
FLUXER_LIVEKIT_WEBHOOK_URL: {path: ['integrations', 'voice', 'webhook_url']},
|
||||
FLUXER_LIVEKIT_DEFAULT_REGION: {path: ['integrations', 'voice', 'default_region'], parse: parseEnvValue},
|
||||
FLUXER_SEARCH_ENGINE: {path: ['integrations', 'search', 'engine']},
|
||||
|
||||
Reference in New Issue
Block a user