refactor cluster settings handling and update DNS version logic

This commit is contained in:
Eduardo Silva
2026-01-01 15:29:59 -03:00
parent 3255ecd110
commit 437eec0f83
4 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# Example configuration for Cluster Node
# Rename this file to .env before starting
COMPOSE_PROJECT_NAME=wireguard_webadmin_cluster_node
COMPOSE_PROJECT_NAME=wireguard_webadmin_cluster_node_test2
# Master Server Address (where the API is hosting)
# Example: https://wireguard.example.com
MASTER_SERVER_ADDRESS=https://wireguard.example.com
@@ -14,8 +14,4 @@ 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