mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #5191 from nextcloud/talk-container-update
talk container update
This commit is contained in:
commit
8e55a6f35f
1 changed files with 9 additions and 0 deletions
|
|
@ -55,6 +55,15 @@ blockkey = -encryption-key-
|
||||||
# value as configured in the respective internal services.
|
# value as configured in the respective internal services.
|
||||||
internalsecret = the-shared-secret-for-internal-clients
|
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]
|
[backend]
|
||||||
# Type of backend configuration.
|
# Type of backend configuration.
|
||||||
# Defaults to "static".
|
# Defaults to "static".
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue