Skip to content

Instantly share code, notes, and snippets.

@jcarlos7121
Created October 19, 2016 15:13
Show Gist options
  • Save jcarlos7121/db2e6f778a7aec37b4bdee2bae26560c to your computer and use it in GitHub Desktop.
Save jcarlos7121/db2e6f778a7aec37b4bdee2bae26560c to your computer and use it in GitHub Desktop.
default: &default
adapter: postgresql
encoding: utf8
pool: 5
host: localhost
port: 5432
development:
<<: *default
database: cmu_dev
test:
<<: *default
database: cmu_test
# Build your local version of WSI
esi:
adapter: postgresql
encoding: utf8
pool: 25
host: stuff.myutilities.com
username: esi_stuff
password: pass
port: 5432
database: cmu_esi_ids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment