biz9-logic 2.0.10 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biz9_config +2 -3
- package/package.json +1 -1
- package/test.js +1 -2
package/biz9_config
CHANGED
package/package.json
CHANGED
package/test.js
CHANGED
|
@@ -9,8 +9,7 @@ const { Scriptz }= require('biz9-scriptz');
|
|
|
9
9
|
const ID='f23c2372-df8e-4c09-a919-677fe32ba0bb';
|
|
10
10
|
const APP_TITLE_ID='cool_bean';
|
|
11
11
|
const DATA_TYPE='dt_blank';
|
|
12
|
-
const
|
|
13
|
-
const URL="http://localhost:"+PORT_ID;
|
|
12
|
+
const URL="http://localhost:1901";
|
|
14
13
|
const biz9_config ={
|
|
15
14
|
SERVICE_HOST_TYPE:'multiple',
|
|
16
15
|
APP_TITLE_ID:APP_TITLE_ID,
|