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

9 lines
242 B
Plaintext
Raw Normal View History

2020-11-15 14:34:57 +01:00
production:
adapter: postgresql
database: {{ redmine_db_name }}
host: {{ redmine_db_host }}
username: {{ redmine_db_user }}
password: {{ redmine_db_pwd }}
encoding: utf8
# schema_search_path: <database_schema> (default - public)