@things-factory/operato-hub 5.0.0-alpha.30 → 5.0.0-alpha.31
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 +32 -10
- package/package.json +47 -47
package/config.development.js
CHANGED
|
@@ -1,7 +1,37 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
port: 4000,
|
|
3
2
|
useVirtualHostBasedDomain: false,
|
|
4
|
-
|
|
3
|
+
ormconfig: {
|
|
4
|
+
name: 'default',
|
|
5
|
+
type: 'postgres',
|
|
6
|
+
host: 'operato-instance-1.cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
|
|
7
|
+
database: 'operato',
|
|
8
|
+
username: 'operato',
|
|
9
|
+
password: 'abcd1234',
|
|
10
|
+
port: 55432,
|
|
11
|
+
synchronize: false,
|
|
12
|
+
logging: true
|
|
13
|
+
},
|
|
14
|
+
reportApiUrl: 'http://localhost:8090/rest/report/show_html',
|
|
15
|
+
storage: {
|
|
16
|
+
type: 's3',
|
|
17
|
+
accessKeyId: 'AKIAUQEOPWEJCDH6AR5H',
|
|
18
|
+
secretAccessKey: 'AuDAgmODf9EJNB24OveRhTSLV/OJy6IFFoRxe8k2',
|
|
19
|
+
bucketName: 'opa-one'
|
|
20
|
+
},
|
|
21
|
+
port: 3000,
|
|
22
|
+
uploads: 'uploads',
|
|
23
|
+
attachmentsPath: 'attachments',
|
|
24
|
+
SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
|
|
25
|
+
logger: {
|
|
26
|
+
file: {
|
|
27
|
+
filename: 'logs/application-%DATE%.log',
|
|
28
|
+
datePattern: 'YYYY-MM-DD-HH',
|
|
29
|
+
zippedArchive: true,
|
|
30
|
+
maxSize: '200m',
|
|
31
|
+
maxFiles: '1m',
|
|
32
|
+
level: 'info'
|
|
33
|
+
}
|
|
34
|
+
},
|
|
5
35
|
email: {
|
|
6
36
|
host: 'smtp.office365.com',
|
|
7
37
|
port: 587,
|
|
@@ -15,14 +45,6 @@ module.exports = {
|
|
|
15
45
|
ciphers: 'SSLv3'
|
|
16
46
|
}
|
|
17
47
|
},
|
|
18
|
-
accountingIntegrationXero: {
|
|
19
|
-
platform: 'xero',
|
|
20
|
-
application: 'Operato WMS',
|
|
21
|
-
apiKey: '6B12D1AAC05347DC92159C2AEC812859',
|
|
22
|
-
apiSecret: 'SAcir6NZwekYGGbPCTGGLd6Ot7BzFUsV_HMXJ7VXVWg403Xi',
|
|
23
|
-
callback: 'http://localhost:4000/callback-xero',
|
|
24
|
-
hostname: 'http://{subdomain}.local.localhost:4000'
|
|
25
|
-
},
|
|
26
48
|
notification: {
|
|
27
49
|
fcm: {
|
|
28
50
|
serviceAccount: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-hub",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.31",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -62,59 +62,59 @@
|
|
|
62
62
|
"@operato/scene-tab": "^1.0.0-alpha.10",
|
|
63
63
|
"@operato/scene-table": "^1.0.0-alpha.10",
|
|
64
64
|
"@operato/scene-wheel-sorter": "^1.0.0-alpha.10",
|
|
65
|
-
"@things-factory/api": "^5.0.0-alpha.
|
|
66
|
-
"@things-factory/apptool-ui": "^5.0.0-alpha.
|
|
67
|
-
"@things-factory/attachment-base": "^5.0.0-alpha.
|
|
68
|
-
"@things-factory/auth-base": "^5.0.0-alpha.
|
|
69
|
-
"@things-factory/auth-ui": "^5.0.0-alpha.
|
|
70
|
-
"@things-factory/biz-base": "^5.0.0-alpha.
|
|
71
|
-
"@things-factory/biz-ui": "^5.0.0-alpha.
|
|
72
|
-
"@things-factory/board-service": "^5.0.0-alpha.
|
|
73
|
-
"@things-factory/board-ui": "^5.0.0-alpha.
|
|
74
|
-
"@things-factory/code-ui": "^5.0.0-alpha.
|
|
75
|
-
"@things-factory/component-ui": "^5.0.0-alpha.
|
|
76
|
-
"@things-factory/context-ui": "^5.0.0-alpha.
|
|
77
|
-
"@things-factory/document-template-ui": "^5.0.0-alpha.
|
|
78
|
-
"@things-factory/env": "^5.0.0-alpha.
|
|
79
|
-
"@things-factory/export-ui": "^5.0.0-alpha.
|
|
80
|
-
"@things-factory/export-ui-csv": "^5.0.0-alpha.
|
|
81
|
-
"@things-factory/export-ui-excel": "^5.0.0-alpha.
|
|
82
|
-
"@things-factory/grist-ui": "^5.0.0-alpha.
|
|
83
|
-
"@things-factory/help": "^5.0.0-alpha.
|
|
84
|
-
"@things-factory/i18n-base": "^5.0.0-alpha.
|
|
85
|
-
"@things-factory/import-ui": "^5.0.0-alpha.
|
|
86
|
-
"@things-factory/import-ui-excel": "^5.0.0-alpha.
|
|
87
|
-
"@things-factory/integration-accounting": "^5.0.0-alpha.
|
|
88
|
-
"@things-factory/integration-fulfillment": "^5.0.0-alpha.
|
|
89
|
-
"@things-factory/integration-lmd": "^5.0.0-alpha.
|
|
90
|
-
"@things-factory/integration-marketplace": "^5.0.0-alpha.
|
|
91
|
-
"@things-factory/integration-pos": "^5.0.0-alpha.
|
|
92
|
-
"@things-factory/integration-sellercraft": "^5.0.0-alpha.
|
|
93
|
-
"@things-factory/integration-sftp": "^5.0.0-alpha.
|
|
94
|
-
"@things-factory/lite-menu": "^5.0.0-alpha.
|
|
95
|
-
"@things-factory/more-ui": "^5.0.0-alpha.
|
|
96
|
-
"@things-factory/notification": "^5.0.0-alpha.
|
|
97
|
-
"@things-factory/pdf": "^5.0.0-alpha.
|
|
98
|
-
"@things-factory/product-ui": "^5.0.0-alpha.
|
|
99
|
-
"@things-factory/resource-ui": "^5.0.0-alpha.
|
|
100
|
-
"@things-factory/sales-base": "^5.0.0-alpha.
|
|
101
|
-
"@things-factory/scene-data-transform": "^5.0.0-alpha.
|
|
102
|
-
"@things-factory/scene-google-map": "^5.0.0-alpha.
|
|
103
|
-
"@things-factory/scene-visualizer": "^5.0.0-alpha.
|
|
104
|
-
"@things-factory/setting-ui": "^5.0.0-alpha.
|
|
105
|
-
"@things-factory/shell": "^5.0.0-alpha.
|
|
106
|
-
"@things-factory/system-ui": "^5.0.0-alpha.
|
|
107
|
-
"@things-factory/warehouse-base": "^5.0.0-alpha.
|
|
108
|
-
"@things-factory/worksheet-base": "^5.0.0-alpha.
|
|
65
|
+
"@things-factory/api": "^5.0.0-alpha.31",
|
|
66
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.31",
|
|
67
|
+
"@things-factory/attachment-base": "^5.0.0-alpha.31",
|
|
68
|
+
"@things-factory/auth-base": "^5.0.0-alpha.31",
|
|
69
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.31",
|
|
70
|
+
"@things-factory/biz-base": "^5.0.0-alpha.31",
|
|
71
|
+
"@things-factory/biz-ui": "^5.0.0-alpha.31",
|
|
72
|
+
"@things-factory/board-service": "^5.0.0-alpha.31",
|
|
73
|
+
"@things-factory/board-ui": "^5.0.0-alpha.31",
|
|
74
|
+
"@things-factory/code-ui": "^5.0.0-alpha.31",
|
|
75
|
+
"@things-factory/component-ui": "^5.0.0-alpha.31",
|
|
76
|
+
"@things-factory/context-ui": "^5.0.0-alpha.31",
|
|
77
|
+
"@things-factory/document-template-ui": "^5.0.0-alpha.31",
|
|
78
|
+
"@things-factory/env": "^5.0.0-alpha.31",
|
|
79
|
+
"@things-factory/export-ui": "^5.0.0-alpha.31",
|
|
80
|
+
"@things-factory/export-ui-csv": "^5.0.0-alpha.31",
|
|
81
|
+
"@things-factory/export-ui-excel": "^5.0.0-alpha.31",
|
|
82
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.31",
|
|
83
|
+
"@things-factory/help": "^5.0.0-alpha.31",
|
|
84
|
+
"@things-factory/i18n-base": "^5.0.0-alpha.31",
|
|
85
|
+
"@things-factory/import-ui": "^5.0.0-alpha.31",
|
|
86
|
+
"@things-factory/import-ui-excel": "^5.0.0-alpha.31",
|
|
87
|
+
"@things-factory/integration-accounting": "^5.0.0-alpha.31",
|
|
88
|
+
"@things-factory/integration-fulfillment": "^5.0.0-alpha.31",
|
|
89
|
+
"@things-factory/integration-lmd": "^5.0.0-alpha.31",
|
|
90
|
+
"@things-factory/integration-marketplace": "^5.0.0-alpha.31",
|
|
91
|
+
"@things-factory/integration-pos": "^5.0.0-alpha.31",
|
|
92
|
+
"@things-factory/integration-sellercraft": "^5.0.0-alpha.31",
|
|
93
|
+
"@things-factory/integration-sftp": "^5.0.0-alpha.31",
|
|
94
|
+
"@things-factory/lite-menu": "^5.0.0-alpha.31",
|
|
95
|
+
"@things-factory/more-ui": "^5.0.0-alpha.31",
|
|
96
|
+
"@things-factory/notification": "^5.0.0-alpha.31",
|
|
97
|
+
"@things-factory/pdf": "^5.0.0-alpha.31",
|
|
98
|
+
"@things-factory/product-ui": "^5.0.0-alpha.31",
|
|
99
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.31",
|
|
100
|
+
"@things-factory/sales-base": "^5.0.0-alpha.31",
|
|
101
|
+
"@things-factory/scene-data-transform": "^5.0.0-alpha.31",
|
|
102
|
+
"@things-factory/scene-google-map": "^5.0.0-alpha.31",
|
|
103
|
+
"@things-factory/scene-visualizer": "^5.0.0-alpha.31",
|
|
104
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.31",
|
|
105
|
+
"@things-factory/shell": "^5.0.0-alpha.31",
|
|
106
|
+
"@things-factory/system-ui": "^5.0.0-alpha.31",
|
|
107
|
+
"@things-factory/warehouse-base": "^5.0.0-alpha.31",
|
|
108
|
+
"@things-factory/worksheet-base": "^5.0.0-alpha.31",
|
|
109
109
|
"koa2-swagger-ui": "^5.0.2",
|
|
110
110
|
"swagger-jsdoc": "^5.0.0",
|
|
111
111
|
"yamljs": "^0.3.0"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
114
|
+
"@things-factory/builder": "^5.0.0-alpha.31"
|
|
115
115
|
},
|
|
116
116
|
"resolutions": {
|
|
117
117
|
"core-js": "^3.16.0"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "da6a87f23883f891f88309dcd117b4f2ae25834b"
|
|
120
120
|
}
|