mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
talk-update automated change
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
ebca5442ae
commit
a68717847f
1 changed files with 10 additions and 7 deletions
|
|
@ -86,9 +86,10 @@ internalsecret = the-shared-secret-for-internal-clients
|
||||||
# only be used while running the benchmark client against the server.
|
# only be used while running the benchmark client against the server.
|
||||||
allowall = false
|
allowall = false
|
||||||
|
|
||||||
# Common shared secret for requests from and to the backend servers if
|
# Common shared secret for requests from and to the backend servers. Used if
|
||||||
# "allowall" is enabled. This must be the same value as configured in the
|
# "allowall" is enabled or as fallback for individual backends that don't have
|
||||||
# Nextcloud admin ui.
|
# their own secret set.
|
||||||
|
# This must be the same value as configured in the Nextcloud admin ui.
|
||||||
#secret = the-shared-secret-for-allowall
|
#secret = the-shared-secret-for-allowall
|
||||||
|
|
||||||
# Timeout in seconds for requests to the backend.
|
# Timeout in seconds for requests to the backend.
|
||||||
|
|
@ -109,8 +110,9 @@ connectionsperhost = 8
|
||||||
# URL of the Nextcloud instance
|
# URL of the Nextcloud instance
|
||||||
#url = https://cloud.domain.invalid
|
#url = https://cloud.domain.invalid
|
||||||
|
|
||||||
# Shared secret for requests from and to the backend servers. This must be the
|
# Shared secret for requests from and to the backend servers. Leave empty to use
|
||||||
# same value as configured in the Nextcloud admin ui.
|
# the common shared secret from above.
|
||||||
|
# This must be the same value as configured in the Nextcloud admin ui.
|
||||||
#secret = the-shared-secret
|
#secret = the-shared-secret
|
||||||
|
|
||||||
# Limit the number of sessions that are allowed to connect to this backend.
|
# Limit the number of sessions that are allowed to connect to this backend.
|
||||||
|
|
@ -129,8 +131,9 @@ connectionsperhost = 8
|
||||||
# URL of the Nextcloud instance
|
# URL of the Nextcloud instance
|
||||||
#url = https://cloud.otherdomain.invalid
|
#url = https://cloud.otherdomain.invalid
|
||||||
|
|
||||||
# Shared secret for requests from and to the backend servers. This must be the
|
# Shared secret for requests from and to the backend servers. Leave empty to use
|
||||||
# same value as configured in the Nextcloud admin ui.
|
# the common shared secret from above.
|
||||||
|
# This must be the same value as configured in the Nextcloud admin ui.
|
||||||
#secret = the-shared-secret
|
#secret = the-shared-secret
|
||||||
|
|
||||||
[nats]
|
[nats]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue