75e0cf106a
We are now using the mariadb jdbc connector in production and no longer need to include the mysql legacy connector in our images. We also don't need support for h2 or mysql as testing and prod are all using the mariadb connector and local database. Note this is a separate change to ensure everything is happy with the mariadb connector before we remove the fallback mysql connector from our images. Change-Id: I982d3c3c026a5351bff567ce7fbb32798718ec1b
10 lines
639 B
Django/Jinja
10 lines
639 B
Django/Jinja
[accountPatchReviewDb]
|
|
url = jdbc:mariadb://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 }}
|
|
[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 }}
|