Skip to content

Instantly share code, notes, and snippets.

@dwradcliffe
Forked from evanphx/gist:4700048
Created February 3, 2013 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwradcliffe/4703753 to your computer and use it in GitHub Desktop.
Save dwradcliffe/4703753 to your computer and use it in GitHub Desktop.
{
"id": "rubygems",
"application": {
"production": {
"rails_postgresql_host" : "",
"rails_postgresql_db": "",
"rails_postgresql_user": "",
"rails_postgresql_password": "",
"s3_key": "",
"s3_secret": "",
"secret_token" : "",
"bundler_token": "",
"bundler_api_url" : "",
"new_relic_license_key" : "",
"new_relic_app_name" : ""
},
"staging": {
"rails_postgresql_password": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment