# Required environment variables for load balancer export BUGOUT_BROOD_URL="https://auth.bugout.dev" export NB_BUGOUT_TIMEOUT_SECONDS=15 export MOONSTREAM_APPLICATION_ID="" export MOONSTREAM_CORS_ALLOWED_ORIGINS="http://localhost:3000,https://moonstream.to,https://portal.moonstream.to" export NB_CONTROLLER_USER_ID="" export NB_CONTROLLER_TOKEN="" export NB_CONTROLLER_ACCESS_ID="" export NB_CACHE_CLEANING_INTERVAL=10 export NB_CACHE_ACCESS_ID_LIFETIME=120 export NB_CACHE_ACCESS_ID_SESSION_LIFETIME=900 # Error humbug reporter export HUMBUG_REPORTER_NODE_BALANCER_TOKEN=""