nodejs: siteUrl

This commit is contained in:
SergeyLuzyanin
2017-08-03 19:18:47 +03:00
parent 8bab3ecbc6
commit 8057ef7cbc

View File

@ -1,7 +1,7 @@
{
"server": {
"port": 80,
"siteUrl": "http://192.168.3.103:8001/",
"siteUrl": "http://127.0.0.1:8001/",
"apiUrl": "web-apps-pro/apps/api/documents/api.js",
"preloaderUrl": "web-apps-pro/apps/api/documents/cache-scripts.html"
}