Skip to content

Instantly share code, notes, and snippets.

@mcade
Created March 26, 2014 08:41
Show Gist options
  • Save mcade/9778965 to your computer and use it in GitHub Desktop.
Save mcade/9778965 to your computer and use it in GitHub Desktop.
config/database.example.yml
+development:
+ adapter: postgresql
+ encoding: unicode
+ database: promptku_development
+ host: localhost
+ pool: 5
+ username:
+ password:
+
+test:
+ adapter: postgresql
+ encoding: unicode
+ database: promptku_test
+ host: localhost
+ pool: 5
+ username:
+ password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment