18 lines
347 B
Plaintext
18 lines
347 B
Plaintext
# Database
|
|
DATABASE_URL=postgresql://gamepanel:gamepanel@localhost:5432/gamepanel
|
|
DB_USER=gamepanel
|
|
DB_PASSWORD=gamepanel
|
|
DB_NAME=gamepanel
|
|
|
|
# API
|
|
PORT=3000
|
|
HOST=0.0.0.0
|
|
CORS_ORIGIN=http://localhost:5173
|
|
|
|
# JWT
|
|
JWT_SECRET=change-me-in-production
|
|
JWT_REFRESH_SECRET=change-me-in-production-refresh
|
|
|
|
# Daemon
|
|
DAEMON_CONFIG=/etc/gamepanel/config.yml
|