Skip to content

Type alias: CoreConfig

Ƭ CoreConfig: Object

Configuration for the core part of the configuration.

Export

Interface

CoreConfig

Type declaration

Name Type Description
defaultLocale? string A fallback locale used if any request is received without explicit locale. Has to have format like in 'de_DE'
fsServerOrigin string The base URL of the server running the Content Creator.
logLevel LogLevel 0: DEBUG
1: INFO
2: WARNING
3: ERROR
4: NONE
project ProjectConfig -