@deep/nest-kit
    Preparing search index...

    Class AppConfigEnvironmentVariables

    Application config environment variables

    Index

    Constructors

    Properties

    APP_ENV: AppEnv

    Application environment. Can be 'local', 'development', 'stage', 'production'

    APP_ENV: 'local'
    
    APP_HOST: string

    Application host

    APP_HOST: 'https://app-api.example.com'
    # or
    APP_HOST: 'http://localhost:3000'
    APP_SERVICE_ACCOUNT_ID?: string

    Application service account id (user with type SA in users table)

    APP_SERVICE_ACCOUNT_ID: 'hcu:xxxxxxxxxxx'
    
    APP_UI_HOST: string

    Application UI host

    APP_UI_HOST: 'https://app.example.com'
    # or
    APP_UI_HOST: 'http://localhost:4200'
    FALLBACK_LANGUAGE: string = 'en'

    Application fallback language

    FALLBACK_LANGUAGE: 'es'
    
    PORT: number = 3000

    Application port

    PORT: 3000