2021-07-28 15:03:06 +00:00
|
|
|
export MOONSTREAM_CORS_ALLOWED_ORIGINS="http://localhost:3000,https://moonstream.to,https://www.moonstream.to"
|
2021-07-21 14:30:29 +00:00
|
|
|
export MOONSTREAM_APPLICATION_ID="<issued_bugout_application_id>"
|
|
|
|
export MOONSTREAM_DATA_JOURNAL_ID="<bugout_journal_id_to_store_blockchain_data>"
|
2021-07-28 18:19:43 +00:00
|
|
|
export MOONSTREAM_DB_URI="postgresql://<username>:<password>@<db_host>:<db_port>/<db_name>"
|
|
|
|
export MOONSTREAM_POOL_SIZE=0
|
2021-08-03 11:41:51 +00:00
|
|
|
export MOONSTREAM_ADMIN_ACCESS_TOKEN="<Access token to application resources>"
|
2021-10-28 14:58:45 +00:00
|
|
|
export MOONSTREAM_INTERNAL_HOSTED_ZONE_ID="<moonstream_internal_hosted_zone_id>"
|
2021-10-27 13:44:44 +00:00
|
|
|
export MOONSTREAM_ETHEREUM_WEB3_PROVIDER_URI="<connection_path_uri_to_ethereum_node>"
|
2021-09-01 12:03:44 +00:00
|
|
|
export AWS_S3_SMARTCONTRACT_BUCKET="<AWS S3 bucket to store smart contracts>"
|
2021-08-03 11:41:51 +00:00
|
|
|
export BUGOUT_BROOD_URL="https://auth.bugout.dev"
|
|
|
|
export BUGOUT_SPIRE_URL="https://spire.bugout.dev"
|
2021-09-01 13:43:44 +00:00
|
|
|
export HUMBUG_REPORTER_BACKEND_TOKEN="<Bugout Humbug token for crash reports>"
|
2021-10-26 09:46:41 +00:00
|
|
|
export ETHTXPOOL_HUMBUG_CLIENT_ID="<Bugout Humbug client id for txpool transactions in journal>"
|