Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Created July 23, 2016 20:18
Show Gist options
  • Save AnkurVyas-BTC/6a5d4b21d5a198024af885a248a74958 to your computer and use it in GitHub Desktop.
Save AnkurVyas-BTC/6a5d4b21d5a198024af885a248a74958 to your computer and use it in GitHub Desktop.
Database yml file for solidus example
default: &default
adapter: postgresql
encoding: unicode
pool: 5
username: postgres
password: root
host: localhost
development:
<<: *default
database: solidus_example
test:
<<: *default
database: solidus_example_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment