Skip to content

Instantly share code, notes, and snippets.

@jmoe
Created July 22, 2014 22:10
Show Gist options
  • Save jmoe/02b7e0f0bca658220bdc to your computer and use it in GitHub Desktop.
Save jmoe/02b7e0f0bca658220bdc to your computer and use it in GitHub Desktop.
Venture Scanner
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