Files
minecraft-account-manager/.env.example
T
dmg 7f6d69e0a7
CI / validate (push) Successful in 6m16s
Release / release (push) Successful in 8m27s
feat(rcon): allow administrator-defined endpoints
2026-08-08 07:45:24 -04:00

34 lines
922 B
Bash

DATABASE_URL=postgresql://minecraft:minecraft@localhost:5432/minecraft_accounts
APP_URL=http://localhost:3000
SESSION_SECRET=
# Admin OIDC / Keycloak
NEXTAUTH_URL=http://localhost:3000
AUTH_SECRET=
KEYCLOAK_ISSUER_URL=
KEYCLOAK_CLIENT_ID=minecraft-account-manager-admin
KEYCLOAK_CLIENT_SECRET=
KEYCLOAK_REQUIRED_ROLE=minecraft-account-manager-admin
# Discord
DISCORD_BOT_TOKEN=
DISCORD_APPLICATION_ID=
DISCORD_GUILD_ID=
DISCORD_INVITE_URL=https://discord.gg/your-invite
# Trust forwarding headers only when your reverse proxy overwrites them
TRUST_PROXY=false
# ProxyCheck.io geolocation and VPN/proxy detection
IP_INTELLIGENCE_PROVIDER=proxycheck
PROXYCHECK_API_KEY=
IP_INTELLIGENCE_CACHE_HOURS=48
BLOCK_HOSTING_IPS=false
# Optional independent 32-byte base64 RCON keys. When omitted, domain-separated keys are derived from AUTH_SECRET.
RCON_CREDENTIAL_KEY=
RCON_AUDIT_KEY=
# Structured Pino logging
LOG_LEVEL=info