@things-factory/operato-mms 4.3.344 → 4.3.346
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/config.development.js +6 -17
- package/package.json +5 -5
package/config.development.js
CHANGED
|
@@ -2,29 +2,18 @@ module.exports = {
|
|
|
2
2
|
domainType: 'company',
|
|
3
3
|
domainExtType: 'company',
|
|
4
4
|
subdomainOffset: 2,
|
|
5
|
-
port:
|
|
5
|
+
port: 5000,
|
|
6
6
|
ormconfig: {
|
|
7
7
|
name: 'default',
|
|
8
8
|
type: 'postgres',
|
|
9
9
|
database: 'postgres',
|
|
10
10
|
username: 'postgres',
|
|
11
|
-
password: '
|
|
12
|
-
host: '
|
|
13
|
-
port:
|
|
11
|
+
password: 'hatio',
|
|
12
|
+
host: 'localhost',
|
|
13
|
+
port: 15432,
|
|
14
14
|
synchronize: false,
|
|
15
15
|
logging: true
|
|
16
16
|
},
|
|
17
|
-
// ormconfig: {
|
|
18
|
-
// name: 'default',
|
|
19
|
-
// type: 'postgres',
|
|
20
|
-
// database: 'v3-hub1',
|
|
21
|
-
// username: 'postgres',
|
|
22
|
-
// password: 'hatio',
|
|
23
|
-
// host: 'localhost',
|
|
24
|
-
// port: 15432,
|
|
25
|
-
// synchronize: true,
|
|
26
|
-
// logging: true
|
|
27
|
-
// },
|
|
28
17
|
sftpFileStorage: {
|
|
29
18
|
type: 's3',
|
|
30
19
|
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
@@ -115,13 +104,13 @@ module.exports = {
|
|
|
115
104
|
}
|
|
116
105
|
},
|
|
117
106
|
fulfillmentIntegrationOperato: {
|
|
118
|
-
host: '
|
|
107
|
+
host: '192.168.0.161:3000',
|
|
119
108
|
protocol: 'http',
|
|
120
109
|
platform: 'operato',
|
|
121
110
|
application: 'Operato MMS',
|
|
122
111
|
appKey: 'a9bf751e622bf146662b240d58971051',
|
|
123
112
|
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
124
|
-
callback: 'http://
|
|
113
|
+
callback: 'http://192.168.0.161:5000/callback-operato'
|
|
125
114
|
},
|
|
126
115
|
sellercraftChannelIntegrationConfig: {
|
|
127
116
|
apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.346",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"@things-factory/import-ui": "^4.3.281",
|
|
79
79
|
"@things-factory/import-ui-excel": "^4.3.281",
|
|
80
80
|
"@things-factory/integration-fulfillment": "^4.3.344",
|
|
81
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
81
|
+
"@things-factory/integration-lmd": "^4.3.345",
|
|
82
82
|
"@things-factory/lite-menu": "^4.3.344",
|
|
83
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
83
|
+
"@things-factory/marketplace-base": "^4.3.345",
|
|
84
84
|
"@things-factory/more-ui": "^4.3.281",
|
|
85
85
|
"@things-factory/notification": "^4.3.281",
|
|
86
86
|
"@things-factory/oauth2-client": "^4.3.281",
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
"@things-factory/scene-visualizer": "^4.3.281",
|
|
101
101
|
"@things-factory/setting-ui": "^4.3.281",
|
|
102
102
|
"@things-factory/system-ui": "^4.3.281",
|
|
103
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
103
|
+
"@things-factory/warehouse-base": "^4.3.346"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@things-factory/builder": "^4.3.281",
|
|
107
107
|
"@types/node-fetch": "^2.5.7"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "687dc4ef7c0622b42ccb920afa354c79c0fe694b"
|
|
110
110
|
}
|