Skip to content

Instantly share code, notes, and snippets.

@Epigene
Created August 17, 2015 09:22
Show Gist options
  • Save Epigene/ea90f888b3f5cc721ae3 to your computer and use it in GitHub Desktop.
Save Epigene/ea90f888b3f5cc721ae3 to your computer and use it in GitHub Desktop.
database.yml example
base: &base
adapter: postgresql
encoding: utf-8
pool: 5
username: augusts
database: sha
password:
development:
<<: *base
test:
<<: *base
database: sha_test
production:
<<: *base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment