mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-01 06:16:16 +00:00
Add cluster worker implementation and configuration files
This commit is contained in:
21
.env.cluster_example
Normal file
21
.env.cluster_example
Normal file
@@ -0,0 +1,21 @@
|
||||
# Example configuration for Cluster Node
|
||||
# Rename this file to .env before starting
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user