Files
wireguard_webadmin/.env.cluster_example
2025-12-31 17:19:49 -03:00

22 lines
596 B
Plaintext

# Example configuration for Cluster Node
# Rename this file to .env before starting
COMPOSE_PROJECT_NAME=wireguard_webadmin_cluster_node
# Master Server Address (where the API is hosting)
# Example: https://wireguard.example.com
MASTER_SERVER_ADDRESS=https://wireguard.example.com
# Timezone
TZ=America/Sao_Paulo
# Cluster Worker Token (Get this from the Master Server)
TOKEN=<uuid>
# Debug Mode (optional, default False)
DEBUG_MODE=False
# Compose Version (Do not change)
COMPOSE_VERSION=03r
# Timezone (duplicate for compatibility if needed, but TZ is standard)
TIMEZONE=America/Sao_Paulo