diff --git a/engineapi/sample.env b/engineapi/sample.env new file mode 100644 index 00000000..78a4b668 --- /dev/null +++ b/engineapi/sample.env @@ -0,0 +1,18 @@ +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_APPLICATION_ID="" + +# Web3 Provider URIs +export MOONSTREAM_ETHEREUM_WEB3_PROVIDER_URI="" +export MOONSTREAM_MUMBAI_WEB3_PROVIDER_URI="" +export MOONSTREAM_POLYGON_WEB3_PROVIDER_URI="" +export MOONSTREAM_XDAI_WEB3_PROVIDER_URI="" +export ENGINE_NODEBALANCER_ACCESS_ID=""