beeta/nakama/config.yml
doomtube bdc4ade8cf
Some checks failed
Build and Push / build-all (push) Failing after 52s
fixes lol
2026-01-08 00:52:34 -05:00

24 lines
457 B
YAML

name: realms-nakama
database:
address:
- "streamuser:${DB_PASSWORD}@postgres:5432/nakama?sslmode=disable"
socket:
server_key: "${NAKAMA_SERVER_KEY}"
session:
token_expiry_sec: 86400 # 24 hours (matches app JWT)
runtime:
# Go plugins are automatically loaded from /nakama/data/modules/*.so
env:
- "JWT_SECRET=${JWT_SECRET}"
console:
username: "admin"
password: "${NAKAMA_CONSOLE_PASSWORD}"
logger:
level: "INFO"
stdout: true