Skip to content

Instantly share code, notes, and snippets.

@foxtacles
Created March 9, 2017 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foxtacles/e772a4bb7b8c2521a25c1cd654b213a1 to your computer and use it in GitHub Desktop.
Save foxtacles/e772a4bb7b8c2521a25c1cd654b213a1 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: unicode
host: localhost
database: robot
username: foxtacles
password: foxtacles
pool: 20
timeout: 10000
test:
adapter: postgresql
encoding: unicode
host: localhost
database: robot_test
username: foxtacles
password: foxtacles
pool: 20
timeout: 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment