# Required environment variables for load balancer export BUGOUT_AUTH_URL="https://auth.bugout.dev" export NB_APPLICATION_ID="" export NB_CONTROLLER_TOKEN="" export NB_CONTROLLER_ACCESS_ID="" # Database variables export MOONSTREAM_DB_URI="postgresql://:@:/" # Nodes export MOONSTREAM_NODES_SERVER_PORT="" # Ethereum nodes depends variables export MOONSTREAM_NODE_ETHEREUM_A_IPC_ADDR="127.0.0.1" export MOONSTREAM_NODE_ETHEREUM_B_IPC_ADDR="127.0.0.2" # Polygon nodes depends variables export MOONSTREAM_NODE_POLYGON_A_IPC_ADDR="127.0.0.1" export MOONSTREAM_NODE_POLYGON_B_IPC_ADDR="127.0.0.2" # Error humbug reporter export HUMBUG_REPORTER_NODE_BALANCER_TOKEN=""