Overview
Zeus server configuration is managed through environment variables. This allows flexible deployment across different environments.Environment Variables
Required
Optional
Configuration File
Create.env in the server directory:
Docker Compose
Full configuration indocker-compose.yml:
Environments
Development
Staging
Production
Logging Levels
Security Considerations
- Never commit
.envfiles - Add to.gitignore - Use strong JWT secrets - At least 32 characters
- Rotate secrets regularly - Especially in production
- Use TLS - Always in production
- Limit database permissions - Use dedicated user

