Config Keys
This list is generated from module default configuration files.
| Key | Default | Environment | Description | Source |
|---|---|---|---|---|
app.name | "QuikLand by Spark" | APP_NAME | The name of the application you are developing. / | app.ts |
app.version | computed | APP_VERSION | The version of the application you are developing. / | app.ts |
app.description | "" | APP_DESCRIPTION | A short text that describes the application you are developing. / | app.ts |
app.timezone | "UTC" | APP_TIMEZONE | Default application timezone. | app.ts |
crypto.appKey | — | QUIK_APP_KEY | The default features file for the application / | crypto.ts |
quik.errors | — | — | The default features file for the application / | quik.ts |
quik.errors.details | — | QUIK_EXPOSE_ERROR_DETAILS | Expose detailed error messages to clients. | quik.ts |
quik.debug | — | QUIK_DEBUG | Enable Quik debug mode. Boolean flag (defaults to false when unset). | quik.ts |
quik.bootstrap | — | — | Configuration value. | quik.ts |
quik.bootstrap.timeout | 15000 | QUIK_BOOTSTRAP_TIMEOUT | Configuration value. | quik.ts |
quik.user | — | — | Configuration value. | quik.ts |
quik.user.languageField | — | USER_LANGUAGE_FIELD | Configuration value. | quik.ts |