# Server
NODE_ENV=production
PORT=3001

# Dominios/URLs públicas
BASE_URL=http://dash.firemods.net/panel
PANEL_PUBLIC_URL=http://dash.firemods.net/panel
PUBLIC_BASE_PATH=panel
FRONTEND_URL=http://dash.firemods.net/panel/

# Discord OAuth2
DISCORD_CLIENT_ID=1389844185217105970
DISCORD_CLIENT_SECRET=PTmiliiK-mFa0g6qLSYFm_5phsEObmpW
DISCORD_REDIRECT_URI=http://dash.firemods.net/panel/auth/discord/callback

# Auth/Seguridad
JWT_SECRET=K8cQd2N5tWZ9h3P0qR1sU7vY4mB2xL6nT8eF1aG3jH5kM7pR9sU2vX4zB6cD8f
SINGLE_GUILD_ID=422991646943215626
COOKIE_SECURE=false
COOKIE_SAMESITE=lax

# Comunicación bot <-> panel (si lo usas para WebSocket o webhook privado)
BOT_PANEL_TOKEN=token-supersecreto-bot

# ========= Base de datos =========

DB_HOST=69.48.202.175
DB_PORT=3306
DB_USER=admin
DB_PASSWORD=passSegura33
DB_NAME=firebot
DB_CONN_LIMIT=10
DB_TIMEZONE=Z
DB_DATE_STRINGS=true