Initial DC CMS extraction

This commit is contained in:
DCCONSTRUCTIONS
2026-07-06 00:33:27 +03:00
commit 43a96c9f7f
23 changed files with 13844 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"id": "nodedc",
"name": "NODE.DC",
"role": "Администратор сайта",
"siteRoot": "../NODEDC_SITE",
"previewUrl": "http://127.0.0.1:8210/",
"publicUrl": "https://nodedc.ru/",
"deploy": {
"enabled": false,
"method": "sftp",
"host": "",
"port": 22,
"username": "",
"passwordEnv": "MCHOST_PASSWORD",
"remotePath": "",
"deployOnRender": false
}
}