Skip to content

Instantly share code, notes, and snippets.

@monkseal
Created June 10, 2015 15:55
Show Gist options
  • Save monkseal/9dae7bcd441989aa07e7 to your computer and use it in GitHub Desktop.
Save monkseal/9dae7bcd441989aa07e7 to your computer and use it in GitHub Desktop.
database.yml for connecting to centos
default: &default
adapter: mysql2
encoding: utf8
reconnect: false
pool: 5
port: 13306
username: blog_user
password: blog_user91x91x
host: localhost
development:
<<: *default
database: blog_development
test:
<<: *default
database: blog_test
production:
<<: *default
database: blog_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment