middleware-manager/.env.example
2025-04-13 22:54:56 +05:30

14 lines
No EOL
195 B
Text

# API connection
PANGOLIN_API_URL=http://pangolin:3001/api/v1
# Traefik configuration
TRAEFIK_CONF_DIR=/conf
# Database
DB_PATH=/data/middleware.db
# Server
PORT=3456
# Logging
LOG_LEVEL=info