fix: use HOMESERVER

This commit is contained in:
decentral1se 2021-12-13 14:19:12 +01:00
parent 08172bf386
commit 853008394b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ TYPE=element-web
DOMAIN=element-web.example.com
LETS_ENCRYPT_ENV=production
DOMAIN=matrix.example.com
HOMESERVER=matrix.example.com
SERVER_NAME=mymatrix
BRAND=mymatrix

View File

@ -1,7 +1,7 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://{{ env "DOMAIN" }}",
"base_url": "https://{{ env "HOMESERVER" }}",
"server_name": "{{ env "SERVER_NAME" }}"
},
"m.identity_server": {
@ -35,7 +35,7 @@
"default_theme": "light",
"roomDirectory": {
"servers": [
"{{ env "DOMAIN" }}"
"{{ env "HOMESERVER" }}"
]
},
"piwik": false,