chore: remove nexusguard.conf.example, add server-core install.sh
This commit is contained in:
+1
-1
Submodule apps/server-core updated: 2125a74304...c6911c6951
@@ -1,35 +0,0 @@
|
|||||||
# ==========================================
|
|
||||||
# NexusGuard SD-WAN - Configuration
|
|
||||||
# ==========================================
|
|
||||||
# For native (non-Docker) installations.
|
|
||||||
# Install to /etc/nexusguard/nexusguard.conf
|
|
||||||
# Env vars always take precedence over this file.
|
|
||||||
|
|
||||||
# 1. Database Configuration (PostgreSQL)
|
|
||||||
DB_HOST=127.0.0.1
|
|
||||||
DB_PORT=5432
|
|
||||||
DB_USER=nexusguard
|
|
||||||
DB_PASSWORD=nexusguard
|
|
||||||
DB_NAME=nexusguard
|
|
||||||
|
|
||||||
# 2. Redis Configuration
|
|
||||||
REDIS_ADDR=127.0.0.1:6379
|
|
||||||
|
|
||||||
# 3. Security & Cryptography
|
|
||||||
# Generate using: openssl rand -hex 32
|
|
||||||
JWT_SECRET=changeme
|
|
||||||
SERVER_SALT=changeme
|
|
||||||
|
|
||||||
# 4. Networking & SD-WAN
|
|
||||||
NFTABLES_TABLE=nexusguard
|
|
||||||
IPAM_POOL=10.8.0.0/16
|
|
||||||
|
|
||||||
# 5. General Settings
|
|
||||||
GIN_MODE=release
|
|
||||||
LOG_LEVEL=info
|
|
||||||
|
|
||||||
# 6. CORS Configuration
|
|
||||||
CORS_ALLOWED_ORIGINS=http://localhost:5173
|
|
||||||
|
|
||||||
# 7. Share Link Configuration
|
|
||||||
SHARE_LINK_TTL=24h
|
|
||||||
Reference in New Issue
Block a user