mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
Add populated backend environment configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user