Files
grecia/config/database.yml.example
Alberto García Cabeza 8d0c326267 configures postgres
2015-07-22 13:01:52 +02:00

15 lines
231 B
Plaintext

default: &default
adapter: postgresql
encoding: unicode
database: participacion_development
host: localhost
pool: 5
username:
password:
development:
<<: *default
test:
<<: *default
database: participacion_test