mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-06 16:06:17 +00:00
refactor cluster settings handling and update DNS version logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user