
Add help text for the HTTP password option to all example configs, since the issue is not obvious, especially give the current failure mode of a traceback in JSON parsing code. Add a direct link to the appropriate openstack setting page. Change-Id: I2ccc723258c502221beb052b3a42b13085a2af7e
11 lines
268 B
YAML
11 lines
268 B
YAML
# This is an example ~/.gertty.yaml file with only the required
|
|
# settings.
|
|
|
|
servers:
|
|
- name: CHANGEME
|
|
url: https://CHANGEME.example.org/
|
|
username: CHANGEME
|
|
# Set corresponding HTTP password in gerrit settings
|
|
password: CHANGEME
|
|
git-root: ~/git/
|