moonstream/nodebalancer/sample.env

11 wiersze
563 B
Bash
Czysty Zwykły widok Historia

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"
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"
2022-03-16 21:35:28 +00:00
export NB_CONTROLLER_TOKEN="<token_of_controller_user>"
2023-05-22 12:30:09 +00:00
export NB_CONTROLLER_ACCESS_ID="<controller_access_id_for_internal_usage>"
# Error humbug reporter
export HUMBUG_REPORTER_NODE_BALANCER_TOKEN="<bugout_humbug_token_for_crash_reports>"