# Required environment variables export MOONSTREAM_DB_URI="postgresql://:@:/" export MOONSTREAM_DB_URI_READ_ONLY="postgresql://:@:/" export MOONSTREAM_CORS_ALLOWED_ORIGINS="http://localhost:3000,https://moonstream.to,https://www.moonstream.to" export BUGOUT_BROOD_URL="https://auth.bugout.dev" export BUGOUT_SPIRE_URL="https://spire.bugout.dev" export MOONSTREAM_APPLICATION_ID="" export MOONSTREAM_ADMIN_ACCESS_TOKEN="" export MOONSTREAM_POOL_SIZE=0 export MOONSTREAM_MOONWORM_TASKS_JOURNAL="" export MOONSTREAM_CRAWLERS_SERVER_URL="" export MOONSTREAM_CRAWLERS_SERVER_PORT="" # Blockchain, txpool, whalewatch data depends variables export MOONSTREAM_DATA_JOURNAL_ID="" export HUMBUG_TXPOOL_CLIENT_ID="" export MOONSTREAM_ETHEREUM_WEB3_PROVIDER_URI="https://" export MOONSTREAM_QUERIES_JOURNAL_ID="" # Set following parameters if AWS node instance and S3 smartcontracts configured export MOONSTREAM_S3_SMARTCONTRACTS_BUCKET="" export MOONSTREAM_S3_SMARTCONTRACTS_ABI_BUCKET="" export MOONSTREAM_S3_SMARTCONTRACTS_ABI_PREFIX="" export MOONSTREAM_S3_QUERIES_BUCKET="" export MOONSTREAM_S3_QUERIES_BUCKET_PREFIX="dev" # Set the following variables in the most reasonable manner for your development environment export HUMBUG_REPORTER_BACKEND_TOKEN=""