Created
July 22, 2014 22:10
-
-
Save jmoe/02b7e0f0bca658220bdc to your computer and use it in GitHub Desktop.
Venture Scanner
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 | |
encoding: unicode | |
database: vsondemand_dev | |
host: localhost | |
port: 5432 | |
# 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 | |
encoding: unicode | |
database: vsondemand_test | |
host: localhost | |
port: 5432 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment