caddydb/.env.example
2025-03-24 18:14:00 +01:00

12 lines
No EOL
452 B
Text

# API key for authentication between server and agents
API_KEY=your_secure_random_key_here
# Server mode configurations
DEBUG_MODE=false
DASHBOARD_URL=https://dashboard.example.com/api/update
# or DASHBOARD_URL=http://caddydb-server:5000/api/update
# Agent mode configurations
# only if you want to change the internal path of the Caddyfile
# SERVER_NAME=my-caddy-server # Optional - defaults to hostname
CHECK_INTERVAL=60 # Seconds between checks