Update domain and path keys in configuration files for consistency
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user