blob: db00a79ef9bc5eaba7b5e6a07632e41c47ba8276 [file] [log] [blame]
[main]
sharedDirectory = /var/gerrit/high-availability
[peerInfo]
strategy = static
[peerInfo "static"]
url = {{ HA_PEER_URL }}
[autoReindex]
enabled = true
pollInterval = {{ HA_AUTOREINDEX_POLL_INTERVAL }}
{% if MULTISITE_ENABLED is defined and MULTISITE_ENABLED == "true" %}
[websession]
synchronize = false
{% endif %}