Skip to content

Instantly share code, notes, and snippets.

@evanphx
Created February 3, 2013 01:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save evanphx/4700048 to your computer and use it in GitHub Desktop.
Save evanphx/4700048 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