You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
agenda-libre-ruby/config/database.yml

42 lines
802 B
YAML

development:
adapter: sqlite3
10 years ago
pool: 5
timeout: 5000
database: db/development.sqlite3
10 years ago
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: sqlite3
10 years ago
pool: 5
timeout: 5000
database: db/test.sqlite3
10 years ago
production:
10 years ago
adapter: mysql2
encoding: utf8
database: adl_fr
10 years ago
pool: 5
username: manu
password:
socket: /var/run/mysqld/mysqld.sock
production_be:
adapter: mysql2
encoding: utf8
database: adl_be
pool: 5
username: manu
password:
socket: /var/run/mysqld/mysqld.sock
production_ch:
adapter: mysql2
encoding: utf8
database: adl_ch
pool: 5
username: manu
password:
socket: /var/run/mysqld/mysqld.sock