🔧 Configuration
HESTIA Asynchronous Logger relies on environment variables and Docker secrets to securely store configuration values. Below is a guide on how to configure the service.
🌍 Environment Variables
HESTIA loads configuration from a .env
file or system environment variables. The following default .env.example
file is provided for local development.
Create a copy of .env.example
file in the project root:
To use this configuration, and modify the values as needed.
Note
HESTIA accepts .env
as little as:
Now that environment variables are set, continue with installation. 🎯