chore: docker-compose, setup.sh, nexusguard.conf.example, update submodule
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# NexusGuard Server Configuration
|
||||
# This file is optional. Environment variables take precedence.
|
||||
# Format: export KEY=VALUE
|
||||
|
||||
# Database
|
||||
# export DB_HOST=127.0.0.1
|
||||
# export DB_PORT=5432
|
||||
# export DB_USER=nexusguard
|
||||
# export DB_PASSWORD=nexusguard
|
||||
# export DB_NAME=nexusguard
|
||||
|
||||
# Redis
|
||||
# export REDIS_ADDR=127.0.0.1:6379
|
||||
|
||||
# Security
|
||||
# export JWT_SECRET=changeme
|
||||
# export SERVER_SALT=changeme
|
||||
|
||||
# WireGuard
|
||||
# export NFTABLES_TABLE=nexusguard
|
||||
# export IPAM_POOL=10.172.0.0/16
|
||||
|
||||
# Logging
|
||||
# export LOG_LEVEL=info
|
||||
# export GIN_MODE=release
|
||||
Reference in New Issue
Block a user