added pg example database yml
This commit is contained in:
parent
a979c64c3e
commit
c97d2f42b8
1 changed files with 4 additions and 0 deletions
4
config/database.yml.postgresql
Normal file
4
config/database.yml.postgresql
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
development: &default
|
||||||
|
adapter: postgresql
|
||||||
|
encoding: unicode
|
||||||
|
pool: 5
|
||||||
Loading…
Add table
Add a link
Reference in a new issue