Update domain keys in configuration files for consistency and clarity

This commit is contained in:
gyurix
2025-09-01 10:05:22 +02:00
parent 2129a7e8f9
commit daaa19d32a
3 changed files with 6 additions and 6 deletions

View File

@@ -22,8 +22,8 @@
},
"matrixadmin": {
"REACT_APP_SERVER": "https://#DOMAIN",
"BASE_PATH": "/synapse-admin",
"DOMAINADMIN": "#DOMAINADMIN",
"BASE_PATH": "#ADMINDOMAIN",
"ADMINDOMAIN": "#ADMINDOMAIN",
"SUBPATH": "#SUBPATH"
}
}