2021-12-20 12:53:54 +00:00
|
|
|
# Required environment variables for load balancer
|
2023-05-16 11:07:24 +00:00
|
|
|
export BUGOUT_BROOD_URL="https://auth.bugout.dev"
|
2023-05-31 14:07:29 +00:00
|
|
|
export NB_BUGOUT_TIMEOUT_SECONDS=15
|
2023-05-31 12:05:57 +00:00
|
|
|
export MOONSTREAM_APPLICATION_ID="<application_id_to_controll_access>"
|
2023-06-05 10:28:03 +00:00
|
|
|
export MOONSTREAM_CORS_ALLOWED_ORIGINS="http://localhost:3000,https://moonstream.to,https://portal.moonstream.to"
|
2024-12-13 10:06:01 +00:00
|
|
|
export NB_CONTROLLER_USER_ID="<bugout_id_of_nodebalancer_user>"
|
|
|
|
export NB_CONTROLLER_TOKEN="<token_of_nodebalancer_user>"
|
|
|
|
export NB_CONTROLLER_ACCESS_ID="<nodebalancer_access_id_for_internal_usage>"
|
2025-01-26 12:19:33 +00:00
|
|
|
export NB_CACHE_CLEANING_INTERVAL=10
|
|
|
|
export NB_CACHE_ACCESS_ID_LIFETIME=120
|
|
|
|
export NB_CACHE_ACCESS_ID_SESSION_LIFETIME=900
|
2022-03-16 21:33:48 +00:00
|
|
|
|
|
|
|
# Error humbug reporter
|
|
|
|
export HUMBUG_REPORTER_NODE_BALANCER_TOKEN="<bugout_humbug_token_for_crash_reports>"
|