ansible-roles/redmine/templates/database.yml.j2

8 lines
185 B
Plaintext
Raw Normal View History

2017-08-31 09:47:07 +02:00
production:
adapter: mysql2
database: {{ redmine_db_name }}
host: {{ redmine_db_host }}
username: {{ redmine_db_username }}
password: "{{ redmine_db_pass }}"
encoding: utf8