Skip to content

Instantly share code, notes, and snippets.

@mitzimoto
Created October 14, 2012 02: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 mitzimoto/3887049 to your computer and use it in GitHub Desktop.
Save mitzimoto/3887049 to your computer and use it in GitHub Desktop.
database.yml example.
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
production:
adapter: postgresql
encoding: unicode
database: blog_development
pool: 5
username: blog
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment