Skip to content

Instantly share code, notes, and snippets.

@lypanov
Created March 7, 2011 22:40
Show Gist options
  • Save lypanov/859419 to your computer and use it in GitHub Desktop.
Save lypanov/859419 to your computer and use it in GitHub Desktop.
{
"group": "nogroup",
"repository": "git://github.com/radiant/radiant.git",
"server_roles": [
"radiant"
],
"migrate": {
"production": true
},
"force": {
"production": false
},
"databases": {
"production": {
"reconnect": "true",
"encoding": "utf8",
"username": "radiant",
"adapter": "mysql",
"database": "radiant_production",
"password": "awesome_password"
}
},
"packages": {
"libxslt1-dev": "",
"libxml2-dev": "",
"libsqlite3-dev": ""
},
"id": "radiant",
"mysql_repl_password": {
"production": "mysql_repl"
},
"migration_command": "rake db:migrate",
"database_master_role": [
"radiant_database_master"
],
"type": {
"radiant": [
"rails",
"unicorn"
]
},
"revision": {
"production": "0.9.1"
},
"gems": {
"rails": "2.3.10",
"will_paginate": "2.3.11",
"RedCloth": "4.2.3"
},
"deploy_key": "",
"mysql_root_password": {
"production": "mysql_root"
},
"owner": "nobody",
"deploy_to": "/srv/radiant",
"mysql_debian_password": {
"production": "mysql_debian"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment