Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
remove redundant webclient configs
Browse files Browse the repository at this point in the history
These just emit warnings, as of #4290
  • Loading branch information
richvdh committed Dec 20, 2018
1 parent c836f6e commit 9a2fd4f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions debian/homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,9 @@ pid_file: "/var/run/matrix-synapse.pid"
#
# cpu_affinity: 0xFFFFFFFF

# Whether to serve a web client from the HTTP/HTTPS root resource.
web_client: False

# The root directory to server for the above web client.
# If left undefined, synapse will serve the matrix-angular-sdk web client.
# Make sure matrix-angular-sdk is installed with pip if web_client is True
# and web_client_location is undefined
# The path to the web client which will be served at /_matrix/client/
# if 'webclient' is configured under the 'listeners' configuration.
#
# web_client_location: "/path/to/web/root"

# The public-facing base URL for the client API (not including _matrix/...)
Expand Down

0 comments on commit 9a2fd4f

Please sign in to comment.