Merge pull request #5191 from nextcloud/talk-container-update

talk container update
This commit is contained in:
Simon L. 2024-09-04 15:29:33 +02:00 committed by GitHub
commit 8e55a6f35f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,15 @@ blockkey = -encryption-key-
# value as configured in the respective internal services.
internalsecret = the-shared-secret-for-internal-clients
[federation]
# If set to "true", certificate validation of federation targets will be skipped.
# This should only be enabled during development, e.g. to work with self-signed
# certificates.
#skipverify = false
# Timeout in seconds for requests to federation targets.
#timeout = 10
[backend]
# Type of backend configuration.
# Defaults to "static".