diaspora/config/ci/database.yml.postgresql
2011-09-03 21:44:13 -07:00

20 lines
311 B
Text

common: &common
ejabbdb: ejabberd
encoding: unicode
adapter: postgresql
username: postgres
password:
port: 5432
host: localhost
development:
<<: *common
database: diaspora_development
production:
<<: *common
database: diaspora_production
test:
<<: *common
database: "diaspora_test"