mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #237 from xzovy/master
Put brackets around the example ca path for ldap starttls support in …
This commit is contained in:
commit
c0efdf3aad
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ module.exports =
|
||||||
# starttls: true
|
# starttls: true
|
||||||
# tlsOptions:
|
# tlsOptions:
|
||||||
# rejectUnauthorized: false
|
# rejectUnauthorized: false
|
||||||
# ca: '/etc/ldap/ca_certs.pem'
|
# ca: ['/etc/ldap/ca_certs.pem']
|
||||||
|
|
||||||
#templateLinks: [{
|
#templateLinks: [{
|
||||||
# name : "CV projects",
|
# name : "CV projects",
|
||||||
|
|
Loading…
Reference in a new issue