diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-12-04 02:32:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 02:32:51 +0800 |
commit | 3662ab25246a53128d85e8427ebe07518245b611 (patch) | |
tree | 2f652e3be6d764ace2adb288a57b7bc073da93b1 /packages/instant/.env_example | |
parent | 57986c0e1e4f3fb79a78d13f09e5b55efa3b8547 (diff) | |
parent | 937235c4fd872912accfd33cf45afdebd3f372a7 (diff) | |
download | dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.gz dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.bz2 dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.lz dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.xz dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.zst dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.zip |
Merge pull request #1364 from 0xProject/feature/instant/allow-env-vars-in-env-file
[instant] Add dotenv to make env dependencies more explicit
Diffstat (limited to 'packages/instant/.env_example')
-rw-r--r-- | packages/instant/.env_example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/instant/.env_example b/packages/instant/.env_example new file mode 100644 index 000000000..ebbbebc06 --- /dev/null +++ b/packages/instant/.env_example @@ -0,0 +1,4 @@ +INSTANT_ROLLBAR_PUBLISH_TOKEN= +INSTANT_ROLLBAR_CLIENT_TOKEN= +INSTANT_HEAP_ANALYTICS_ID_PRODUCTION= +INSTANT_HEAP_ANALYTICS_ID_DEVELOPMENT=
\ No newline at end of file |