Properties
ccu
ccu: {
apiUrl: string;
forceDocker: boolean;
newrelicDisable: boolean;
webUrl: string;
} = ...
Type declaration
-
apiUrl: string
-
forceDocker: boolean
-
newrelicDisable: boolean
-
webUrl: string
celery
celery: {
alwaysEager: boolean;
} = ...
connect
connect: {
instanceId: string;
} = ...
django
django: {
accountAllowRegistration: boolean;
allowedHosts: string[];
corsOriginWhitelist: string[];
csrfCookieSecure: boolean;
csrfTrustedOrigins: string[];
emailBackend: string;
secureSslRedirect: boolean;
sessionCookieSecure: boolean;
settingsModule: string;
} = ...
Type declaration
-
accountAllowRegistration: boolean
-
allowedHosts: string[]
-
corsOriginWhitelist: string[]
-
csrfCookieSecure: boolean
-
csrfTrustedOrigins: string[]
-
emailBackend: string
-
secureSslRedirect: boolean
-
sessionCookieSecure: boolean
-
settingsModule: string
elasticSearch
elasticSearch: {
host: string;
} = ...
langchain
langchain: {
endpoint: string;
project: string;
tracingV2: boolean;
} = ...
Type declaration
-
endpoint: string
-
project: string
-
tracingV2: boolean
newRelic
newRelic: {
configFile: string;
environment?: "local" | "development" | "staging" | "production" | "production-au" | "test";
} = ...
Type declaration
-
configFile: string
-
Optional
environment?: "local" | "development" | "staging" | "production" | "production-au" | "test"
phone
phone: {
checkTimezone: boolean;
} = ...
rag
rag: {
chatModel: string;
documentEmbedModel: string;
queryEmbedModel: string;
} = ...
Type declaration
-
chatModel: string
-
documentEmbedModel: string
-
queryEmbedModel: string
sentry
sentry: {
traceExcludeUrls: string[];
} = ...
Type declaration
-
traceExcludeUrls: string[]