{% if gerrit_reviewdb_database_type == 'mysql' %} [accountPatchReviewDb] url = jdbc:mysql://{{ gerrit_mysql_host }}:3306/accountPatchReviewDb?characterSetResults=utf8&characterEncoding=utf8&connectionCollation=utf8_bin&useUnicode=yes&user=gerrit2&password={{ gerrit_mysql_password }} {% endif %} {% if gerrit_reviewdb_database_type == 'mariadb_container' %} [accountPatchReviewDb] # NOTE(ianw) 2021-07-19 : the mariadb connector throws errors because # it doesn't seem to handle duplicate key detection. Investigation # upstream TBC. url = jdbc:mysql://127.0.0.1:3306/{{ gerrit_reviewdb_mariadb_dbname }}?sessionVariables=character_set_client=utf8,character_set_results=utf8,character_set_connection=utf8,collation_connection=utf8_unicode_ci,collation_database=utf8_unicode_ci,collation_server=utf8_unicode_ci&user={{ gerrit_reviewdb_mariadb_username }}&password={{ gerrit_reviewdb_mariadb_password }} {% endif %} [auth] registerEmailPrivateKey = {{ gerrit_email_private_key }} {% if gerrit_rest_token_private_key is defined %} restTokenPrivateKey = {{ gerrit_rest_token_private_key }} {% endif %} [its-storyboard] password = {{ gerrit_storyboard_token }}