Last active
October 18, 2017 04:22
-
-
Save alanmulhall/c35d70566e42a442f4e38494f8f858e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| development: { | |
| rollbarClientToken: "xxxxxxxxxxxxx" | |
| }, | |
| staging: { | |
| rollbarClientToken: ENV['ROLLBAR_CLIENT_TOKEN'] | |
| }, | |
| production: { | |
| rollbarClientToken: ENV['ROLLBAR_CLIENT_TOKEN'] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment