Skip to main content

Environment Variables

Boolean flags default to false when unset.

VariableTypeDefaultConfig KeysDescriptionSource
APP_DESCRIPTIONstring""app.descriptionA short text that describes the application you are developing. /app.ts
APP_NAMEstring"QuikLand by Spark"app.nameThe name of the application you are developing. /app.ts
APP_TIMEZONEstring"UTC"app.timezoneDefault application timezone. Config key: `app.timezone`.app.ts
APP_VERSIONstringcomputedapp.versionThe version of the application you are developing. /app.ts
QUIK_APP_KEYstringcrypto.appKeyThe default features file for the application /crypto.ts
QUIK_BOOTSTRAP_TIMEOUTnumber15000quik.bootstrap.timeoutConfiguration value from environment. Config key: `quik.bootstrap.timeout`.quik.ts
QUIK_DEBUGflagquik.debugEnable Quik debug mode. Config key: `quik.debug`.quik.ts
QUIK_EXPOSE_ERROR_DETAILSflagquik.errors.detailsThe default features file for the application /quik.ts
USER_LANGUAGE_FIELDstringquik.user.languageFieldConfiguration value from environment. Config key: `quik.user.languageField`.quik.ts