Skip to content

Instantly share code, notes, and snippets.

@tsyber1an
Created February 3, 2012 16:12
Show Gist options
  • Save tsyber1an/1730897 to your computer and use it in GitHub Desktop.
Save tsyber1an/1730897 to your computer and use it in GitHub Desktop.
database.yml
development:
adapter: postgresql
username: studentify
host: 127.0.0.1
port: 5432
password: smarty_pens
database: studentify_development
test:
adapter: postgresql
encoding: unicode
username: studentify
host: 127.0.0.1
port: 5432
password: smarty_pens
database: studentify_test
production:
adapter: postgresql
username: studentify
host: 127.0.0.1
port: 5432
password: smarty_pens
database: studentify_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment