mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
feat(talk): add SKIP_CERT_VERIFY env
This environment variable when set to "true" will allow usage of self-signed certificates. Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
3719a89e0e
commit
1b3e519cd7
2 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ backends = backend-1
|
|||
allowall = false
|
||||
timeout = 10
|
||||
connectionsperhost = 8
|
||||
skipverify = ${SKIP_CERT_VERIFY}
|
||||
|
||||
[backend-1]
|
||||
url = https://${NC_DOMAIN}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue