12 lines
292 B
YAML
12 lines
292 B
YAML
development:
|
|
adapter: postgresql
|
|
database: gallery_development
|
|
username: gallery
|
|
password: changeme
|
|
production:
|
|
adapter: mysql
|
|
encoding: utf8
|
|
username: photogallery
|
|
password: changeme
|
|
database: gallery_production
|
|
socket: /var/run/mysqld/mysqld.sock |