add public base url as variable
This commit is contained in:
parent
7a9a6e3415
commit
b06b671c82
@ -8,7 +8,7 @@ server_name: "{{getenv "SERVER_NAME"}}"
|
||||
pid_file: /var/lib/synapse/homeserver.pid
|
||||
|
||||
web_client: True
|
||||
public_baseurl: https://{{getenv "SERVER_NAME"}}/
|
||||
public_baseurl: {{getenv "PUBLIC_BASE_URL"}}
|
||||
|
||||
soft_file_limit: 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user