Created
July 23, 2016 20:18
-
-
Save AnkurVyas-BTC/6a5d4b21d5a198024af885a248a74958 to your computer and use it in GitHub Desktop.
Database yml file for solidus example
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
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