Skip to content

Instantly share code, notes, and snippets.

@bobbywilson0
Created October 9, 2013 01:32
Show Gist options
  • Select an option

  • Save bobbywilson0/6894750 to your computer and use it in GitHub Desktop.

Select an option

Save bobbywilson0/6894750 to your computer and use it in GitHub Desktop.
{
"deploy": {
"discourse": {
"database": {
"adapter": "postgresql",
"host": "aaa.amazonaws.com",
"port": "5432",
"database": "bbb",
"pool": "5",
"username": "ccc",
"password": "ddd"
},
"redis": {
"host": "eee.amazonaws.com",
"port": "6379"
},
"email": {
"host": "fff.amazonaws.com",
"username": "ggg",
"password": "hhh"
},
"symlink_before_migrate": {
"config/database.yml": "config/database.yml",
"config/redis.yml": "config/redis.yml",
"config/unicorn.conf": "config/unicorn.conf",
"config/production.rb": "config/environments/production.rb"
},
"auto_precompile_assets_on_deploy": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment