Correct public_baseurl default
This commit is contained in:
parent
5048455965
commit
4b0c3a3270
|
@ -148,8 +148,8 @@ class ServerConfig(Config):
|
||||||
# Whether to serve a web client from the HTTP/HTTPS root resource.
|
# Whether to serve a web client from the HTTP/HTTPS root resource.
|
||||||
web_client: True
|
web_client: True
|
||||||
|
|
||||||
# The server's public-facing base URL
|
# The public-facing base URL for the client API (not including _matrix/...)
|
||||||
# https://example.com:8448/
|
# public_baseurl: https://example.com:8448/
|
||||||
|
|
||||||
# Set the soft limit on the number of file descriptors synapse can use
|
# Set the soft limit on the number of file descriptors synapse can use
|
||||||
# Zero is used to indicate synapse should set the soft limit to the
|
# Zero is used to indicate synapse should set the soft limit to the
|
||||||
|
|
Loading…
Reference in New Issue