Suggest basic auth in minimal example

Gerrit releases since a few years require HTTP basic authentication
rather than Gertty's default of digest. Add it in the minimal config
example since it's often overlooked by users and the number of
Gerrit deployments where the default works is rapidly dwindling.

Change-Id: I3138197991ae5f50f3ac956bf905ce5e01a50e7c
This commit is contained in:
Jeremy Stanley 2021-08-24 13:57:25 +00:00
parent cd60a82f6a
commit ae7b136646
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ servers:
# Set corresponding HTTP password in gerrit settings
password: CHANGEME
git-root: ~/git/
# Needed for Gerrit 2.16 and later
auth-type: basic