Documentation - v0.0.0
    Preparing search index...
    interface ApiConfigProps {
        config: {
            CCU_API_URL: string;
            CCU_FORCE_DOCKER: boolean;
            CCU_NEWRELIC_DISABLE: boolean;
            CCU_WEB_URL: string;
            CELERY_ALWAYS_EAGER: boolean;
            CONNECT_INSTANCE_ID: string;
            DJANGO_ACCOUNT_ALLOW_REGISTRATION: boolean;
            DJANGO_ALLOWED_HOSTS: string[];
            DJANGO_CORS_ORIGIN_WHITELIST: string[];
            DJANGO_CSRF_COOKIE_SECURE: boolean;
            DJANGO_CSRF_TRUSTED_ORIGINS: string[];
            DJANGO_EMAIL_BACKEND: string;
            DJANGO_SECURE_SSL_REDIRECT: boolean;
            DJANGO_SESSION_COOKIE_SECURE: boolean;
            DJANGO_SETTINGS_MODULE: string;
            ELASTIC_SEARCH_HOST: string;
            LANGCHAIN_ENDPOINT: string;
            LANGCHAIN_PROJECT: string;
            LANGCHAIN_TRACING_V2: boolean;
            NEW_RELIC_CONFIG_FILE: string;
            NEW_RELIC_ENVIRONMENT:
                | undefined
                | "local"
                | "development"
                | "staging"
                | "production"
                | "production-au"
                | "test";
            PHONE_CHECK_TIMEZONE: boolean;
            RAG_CHAT_MODEL: string;
            RAG_DOCUMENT_EMBED_MODEL: string;
            RAG_QUERY_EMBED_MODEL: string;
            SENTRY_TRACE_EXCLUDE_URLS: string[];
        };
        secrets?: { [key: Uppercase<string>]: unknown };
    }
    Index

    Properties

    Properties

    config: {
        CCU_API_URL: string;
        CCU_FORCE_DOCKER: boolean;
        CCU_NEWRELIC_DISABLE: boolean;
        CCU_WEB_URL: string;
        CELERY_ALWAYS_EAGER: boolean;
        CONNECT_INSTANCE_ID: string;
        DJANGO_ACCOUNT_ALLOW_REGISTRATION: boolean;
        DJANGO_ALLOWED_HOSTS: string[];
        DJANGO_CORS_ORIGIN_WHITELIST: string[];
        DJANGO_CSRF_COOKIE_SECURE: boolean;
        DJANGO_CSRF_TRUSTED_ORIGINS: string[];
        DJANGO_EMAIL_BACKEND: string;
        DJANGO_SECURE_SSL_REDIRECT: boolean;
        DJANGO_SESSION_COOKIE_SECURE: boolean;
        DJANGO_SETTINGS_MODULE: string;
        ELASTIC_SEARCH_HOST: string;
        LANGCHAIN_ENDPOINT: string;
        LANGCHAIN_PROJECT: string;
        LANGCHAIN_TRACING_V2: boolean;
        NEW_RELIC_CONFIG_FILE: string;
        NEW_RELIC_ENVIRONMENT:
            | undefined
            | "local"
            | "development"
            | "staging"
            | "production"
            | "production-au"
            | "test";
        PHONE_CHECK_TIMEZONE: boolean;
        RAG_CHAT_MODEL: string;
        RAG_DOCUMENT_EMBED_MODEL: string;
        RAG_QUERY_EMBED_MODEL: string;
        SENTRY_TRACE_EXCLUDE_URLS: string[];
    }
    secrets?: { [key: Uppercase<string>]: unknown }