ccu
ccu: {
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;
} = ...
elasticSearch
elasticSearch: { host: string } = ...
langchain
langchain: { endpoint: string; project: string; tracingV2: boolean } = ...
newRelic
newRelic: {
configFile: string;
environment?:
| "local"
| "development"
| "staging"
| "production"
| "production-au"
| "test";
} = ...
phone
phone: { checkTimezone: boolean } = ...
rag
rag: { chatModel: string; documentEmbedModel: string; queryEmbedModel: string } = ...
sentry
sentry: { traceExcludeUrls: string[] } = ...