mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
14 lines
353 B
YAML
14 lines
353 B
YAML
# For staging & production environments, copy this file to database.yml
|
|
# For development & test environments, you can use this file OR config/database.yml.default
|
|
|
|
default: &default
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
pool: 25
|
|
username: __DB_USER__
|
|
password: __DB_PWD__
|
|
host: localhost
|
|
|
|
production:
|
|
<<: *default
|
|
database: __DB_NAME__
|