Environment Variables
Boolean flags default to false when unset.
| Variable | Type | Default | Config Keys | Description | Source |
|---|---|---|---|---|---|
APP_DESCRIPTION | string | "" | app.description | A short text that describes the application you are developing. / | app.ts |
APP_NAME | string | "QuikLand by Spark" | app.name | The name of the application you are developing. / | app.ts |
APP_TIMEZONE | string | "UTC" | app.timezone | Default application timezone. Config key: `app.timezone`. | app.ts |
APP_VERSION | string | computed | app.version | The version of the application you are developing. / | app.ts |
QUIK_APP_KEY | string | — | crypto.appKey | The default features file for the application / | crypto.ts |
QUIK_BOOTSTRAP_TIMEOUT | number | 15000 | quik.bootstrap.timeout | Configuration value from environment. Config key: `quik.bootstrap.timeout`. | quik.ts |
QUIK_DEBUG | flag | — | quik.debug | Enable Quik debug mode. Config key: `quik.debug`. | quik.ts |
QUIK_EXPOSE_ERROR_DETAILS | flag | — | quik.errors.details | The default features file for the application / | quik.ts |
USER_LANGUAGE_FIELD | string | — | quik.user.languageField | Configuration value from environment. Config key: `quik.user.languageField`. | quik.ts |