add public base url as variable
This commit is contained in:
parent
7a9a6e3415
commit
b06b671c82
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue