Skip to content
Snippets Groups Projects
Commit 3065c32c authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'disastor-master-patch-04960' into 'master'

corrected missing ' for tls_listen_addr and closing " for certificate path.

See merge request gitlab-org/omnibus-gitlab!3861
parents 0231a564 897c5121
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1747,8 +1747,8 @@ external_url 'GENERATED_EXTERNAL_URL'
# gitaly['internal_socket_dir'] = "/var/opt/gitlab/gitaly"
# gitaly['socket_path'] = "/var/opt/gitlab/gitaly/gitaly.socket"
# gitaly['listen_addr'] = "localhost:8075"
# gitaly['tls_listen_addr] = "localhost:9075"
# gitaly['certificate_path'] = "/var/opt/gitlab/gitaly/certificate.pem'
# gitaly['tls_listen_addr'] = "localhost:9075"
# gitaly['certificate_path'] = "/var/opt/gitlab/gitaly/certificate.pem"
# gitaly['key_path'] = "/var/opt/gitlab/gitaly/key.pem"
# gitaly['prometheus_listen_addr'] = "localhost:9236"
# gitaly['logging_level'] = "warn"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment