Update domain and path keys in configuration files for consistency

This commit is contained in:
gyurix
2025-08-31 14:46:04 +02:00
parent efd077e41a
commit 22e37d90af
2 changed files with 4 additions and 4 deletions

View File

@@ -29,13 +29,13 @@
"PORT": "80"
},
{
"DOMAIN": "#DOMAIN_ADMIN"
"DOMAIN": "#DOMAINADMIN"
},
{
"SMARTHOST_PROXY_PATH": "/smarthost-domains"
},
{
"LOCAL_PATH": "#SUB_PATH"
"LOCAL_PATH": "#SUBPATH"
},
{
"OPERATION": "CREATE"

View File

@@ -23,7 +23,7 @@
"matrixadmin": {
"REACT_APP_SERVER": "https://#DOMAIN",
"BASE_PATH": "/synapse-admin",
"DOMAIN_ADMIN": "#DOMAIN_ADMIN",
"SUB_PATH": "#SUB_PATH"
"DOMAINADMIN": "#DOMAINADMIN",
"SUBPATH": "#SUBPATH"
}
}