export ENGINE_CORS_ALLOWED_ORIGINS="http://localhost:3000,https://moonstream.to,https://www.moonstream.to" export AWS_DEFAULT_REGION="" export MOONSTREAM_AWS_SIGNER_LAUNCH_TEMPLATE_ID="" export MOONSTREAM_AWS_SIGNER_IMAGE_ID="" export MOONSTREAM_SIGNING_SERVER_IP="127.0.0.1" export SIGNER_KEYSTORE="" export SIGNER_PASSWORD="" export ENGINE_DB_URI="postgresql://:@:/" export ENGINE_DB_URI_READ_ONLY="postgresql://:@:/" export MOONSTREAM_ADMIN_ACCESS_TOKEN="" export MOONSTREAM_ADMIN_ID="" export MOONSTREAM_APPLICATION_ID="" export ENGINE_REDIS_PASSWORD="" export ENGINE_REDIS_URL="localhost:6380" # Web3 Provider URIs export MOONSTREAM_ETHEREUM_WEB3_PROVIDER_URI="https://" export MOONSTREAM_POLYGON_WEB3_PROVIDER_URI="https://" export MOONSTREAM_MUMBAI_WEB3_PROVIDER_URI="https://" export MOONSTREAM_AMOY_WEB3_PROVIDER_URI="https://" export MOONSTREAM_XDAI_WEB3_PROVIDER_URI="https://" export MOONSTREAM_ZKSYNC_ERA_WEB3_PROVIDER_URI="https://" export MOONSTREAM_ZKSYNC_ERA_SEPOLIA_WEB3_PROVIDER_URI="https://" export MOONSTREAM_ARBITRUM_NOVA_WEB3_PROVIDER_URI="https://" export MOONSTREAM_ARBITRUM_SEPOLIA_WEB3_PROVIDER_URI="https://" export MOONSTREAM_XAI_WEB3_PROVIDER_URI="https://" export MOONSTREAM_XAI_SEPOLIA_WEB3_PROVIDER_URI="https://" export MOONSTREAM_AVALANCHE_WEB3_PROVIDER_URI="https://" export MOONSTREAM_AVALANCHE_FUJI_WEB3_PROVIDER_URI="https://" export MOONSTREAM_BLAST_WEB3_PROVIDER_URI="https://" export MOONSTREAM_BLAST_SEPOLIA_WEB3_PROVIDER_URI="https://" export ENGINE_NODEBALANCER_ACCESS_ID="" # leaderboard config export MOONSTREAM_LEADERBOARD_CONFIGURATION_JOURNAL_ID=""