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-28 18:19:43 +00:00
|
|
|
export MOONSTREAM_OPENAPI_LIST="users,subscriptions,txinfo"
|
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-02 15:41:24 +00:00
|
|
|
export MOONSTREAM_AUTO_USER_TOKEN="<Access token to application resources>"
|
|
|
|
|