@things-factory/operato-mms 4.3.346 → 4.3.355

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.
@@ -2,18 +2,29 @@ module.exports = {
2
2
  domainType: 'company',
3
3
  domainExtType: 'company',
4
4
  subdomainOffset: 2,
5
- port: 5000,
5
+ port: 1300,
6
6
  ormconfig: {
7
7
  name: 'default',
8
8
  type: 'postgres',
9
9
  database: 'postgres',
10
10
  username: 'postgres',
11
- password: 'hatio',
12
- host: 'localhost',
13
- port: 15432,
11
+ password: 'abcd1234',
12
+ host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
13
+ port: 55432,
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
+ // },
17
28
  sftpFileStorage: {
18
29
  type: 's3',
19
30
  accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
@@ -104,13 +115,13 @@ module.exports = {
104
115
  }
105
116
  },
106
117
  fulfillmentIntegrationOperato: {
107
- host: '192.168.0.161:3000',
118
+ host: 'operato-h.com:3000',
108
119
  protocol: 'http',
109
120
  platform: 'operato',
110
121
  application: 'Operato MMS',
111
122
  appKey: 'a9bf751e622bf146662b240d58971051',
112
123
  appSecret: '1c385935dc131c4b902b9bbf6a4798af',
113
- callback: 'http://192.168.0.161:5000/callback-operato'
124
+ callback: 'http://operato-h.com:5000/callback-operato'
114
125
  },
115
126
  sellercraftChannelIntegrationConfig: {
116
127
  apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "4.3.346",
3
+ "version": "4.3.355",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -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.346"
103
+ "@things-factory/warehouse-base": "^4.3.355"
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": "687dc4ef7c0622b42ccb920afa354c79c0fe694b"
109
+ "gitHead": "9fdaecb5b50f781e33a2733f2227c35335636be3"
110
110
  }