Add populated backend environment configuration

This commit is contained in:
Alexa Amundson
2025-11-20 16:16:49 -06:00
parent d3c0751934
commit 7f59578c3f
3 changed files with 95 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ ACCESS_TOKEN_EXPIRE_MINUTES=30
REFRESH_TOKEN_EXPIRE_DAYS=7
WALLET_MASTER_KEY=changeme-wallet-master-key
ALLOWED_ORIGINS=https://blackroad.systems,https://app.blackroad.systems,https://www.blackroad.systems,https://os.blackroad.systems,https://core.blackroad.systems,https://api.blackroad.systems,https://blackroad-operating-system-production.up.railway.app,https://blackroad-os-core-production.up.railway.app,http://localhost:3000,http://localhost:8000
# Prism / status page targets
PRISM_CORE_API_URL=https://core.blackroad.systems/api
PRISM_PUBLIC_API_URL=https://blackroad.systems/api
PRISM_CONSOLE_URL=https://console.blackroad.systems
JWT_SECRET=changeme-jwt-secret
SESSION_SECRET=changeme-session-secret
NEXTAUTH_SECRET=changeme-nextauth-secret