diff --git a/apps/server-core b/apps/server-core index 2125a74..c6911c6 160000 --- a/apps/server-core +++ b/apps/server-core @@ -1 +1 @@ -Subproject commit 2125a74304946e97c6e6e91f5e921091776c72ae +Subproject commit c6911c695156fd4286f202b0c00d03b7ac3bb951 diff --git a/nexusguard.conf.example b/nexusguard.conf.example deleted file mode 100644 index 37b955a..0000000 --- a/nexusguard.conf.example +++ /dev/null @@ -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