Skip to content

Instantly share code, notes, and snippets.

@alanmulhall
Last active October 18, 2017 04:22
Show Gist options
  • Select an option

  • Save alanmulhall/c35d70566e42a442f4e38494f8f858e1 to your computer and use it in GitHub Desktop.

Select an option

Save alanmulhall/c35d70566e42a442f4e38494f8f858e1 to your computer and use it in GitHub Desktop.
{
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