Add DOMAIN_ADMIN and SUB_PATH fields to configuration files

This commit is contained in:
gyurix
2025-08-31 14:38:12 +02:00
parent 3fbdace533
commit efd077e41a
3 changed files with 20 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"main": {
"SERVICE_NAME": "matrix",
"DOMAIN": "#DOMAIN"
"DOMAIN": "#DOMAIN_ADMIN"
},
"containers": [
{
@@ -29,11 +29,14 @@
"PORT": "80"
},
{
"DOMAIN": "#DOMAIN"
"DOMAIN": "#DOMAIN_ADMIN"
},
{
"SMARTHOST_PROXY_PATH": "/smarthost-domains"
},
{
"LOCAL_PATH": "#SUB_PATH"
},
{
"OPERATION": "CREATE"
}