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

13 lines
No EOL
558 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
VERIFY_SSL=true # Set to false to disable SSL certificate verification (insecure but useful for testing)