Doceditor: fix deploy config

This commit is contained in:
Timofey Boyko 2024-02-28 10:26:07 +03:00
parent 0fed10610a
commit f9c575f61d

View File

@ -2,6 +2,6 @@
"PORT": "5013",
"HOSTNAME": "localhost",
"app": {
"appsettings": "../../../buildtools/config"
"appsettings": "../../../../buildtools/config"
}
}