system-config/playbooks/roles/gerrit/templates/secure.config
Monty Taylor e51e289425 Add restTokenPrivateKey
We don't have this on review-dev, so it was missed.

Change-Id: I459266ac6766c204891152c161e80f3cdfc9a295
2020-03-20 14:22:04 +11:00

14 lines
584 B
Plaintext

{% if gerrit_database_type == 'MYSQL' %}
[database]
password = {{ gerrit_mysql_password }}
[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 %}
[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 }}