Skip to content

Configuration

Dimitris Papagiannis edited this page Feb 29, 2024 · 2 revisions

Configuration

Warning

TODO

Configuration is based on environment variables, which can be configured either in the environment itself, or in an .env file in the root of the project.

A sample configuration is provided for both production (.env_sample_production) and development (.env_sample_local).

Environment variable name Description Default value
ENV Configures multiple aspects of the application, acts like a preset for multiple internal values. Possible values are development, production, testbed and test4. Values affected: SERVER_PORT, SERVER_LOG_PATH, SERVER_DATA_PATH, SERVER_URL_PREFIX, CMSWEB_FRONTEND_PROXY_URL, SERVER_GRID_CERT_PATH, ROBBER_LOG_PATH_PRODUCTION, ROBBER_LOG_PATH_PLAYBACK, GRABBER_LOG_PATH. development
Clone this wiki locally