Created
March 28, 2012 15:40
-
-
Save sbauch/2227453 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
development: | |
adapter: postgresql | |
database: samplrs_development | |
pool: 5 | |
timeout: 5000 | |
username: Sam | |
password: | |
# Warning: The database defined as "test" will be erased and | |
# re-generated from your development database when you run "rake". | |
# Do not set this db to the same as development or production. | |
test: | |
adapter: postgresql | |
database: samplrs_test | |
pool: 5 | |
timeout: 5000 | |
username: Sam | |
password: | |
production: | |
adapter: postgresql | |
database: | |
pool: 5 | |
timeout: 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment