From d85143596d489f4649e0c0ff34f3dacd0167466e Mon Sep 17 00:00:00 2001 From: MaxSorokin Date: Thu, 27 Jun 2024 13:33:41 +0300 Subject: [PATCH] ref: remove local.json --- local.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 local.json diff --git a/local.json b/local.json deleted file mode 100644 index 9e2dc47..0000000 --- a/local.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "server": { - "//next item is port of site, not DocumentServer": "comment", - "port": 80, - "//next item is full url of DocumentServer, nothing related to site": "comment", - "siteUrl": "http://${REPLACE_WITH_IP}:8008/", - "apiUrl": "web-apps/apps/api/documents/api.js", - "preloaderUrl": "web-apps/apps/api/documents/cache-scripts.html" - } -} -