4449612d20
While we're in there - fix a misspelling. Remove auth.restTokenPrivateKey from config file. It hasn't been used since 2.6: https://gerrit-review.googlesource.com/c/gerrit/+/70770 Change-Id: I94405cf870d57780b86f30c2bddb573ff15c05bc
11 lines
463 B
Plaintext
11 lines
463 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 }}
|
|
[its-storyboard]
|
|
password = {{ gerrit_storyboard_token }}
|