Files
document-server-integration/web/documentserver-example/nodejs/config/development-mac.json
2017-08-03 16:33:29 +03:00

8 lines
209 B
JSON

{
"server": {
"port": 3000,
"siteUrl": "http://127.0.0.1:8080/",
"apiUrl": "web-apps-pro/apps/api/documents/api.js",
"preloaderUrl": "web-apps-pro/apps/api/documents/cache-scripts.html"
}
}