@things-factory/operato-ecs 4.0.27 → 4.0.28

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.
@@ -0,0 +1,16 @@
1
+ module.exports = {
2
+ subdomain: 'system',
3
+ accessTokenCookieKey: 'access_token.ecs'
4
+ // pubsub: {
5
+ // middleware: 'redis', // empty, redis, mqtt, redisCluster
6
+ // host: 'localhost',
7
+ // port: 6379,
8
+ // options: {}
9
+ // },
10
+ // airflowconfig: {
11
+ // url: 'a0445155e71fe462e8ae9968b69e9bf5-405657580.ap-northeast-2.elb.amazonaws.com',
12
+ // port: 8080,
13
+ // user: 'admin',
14
+ // password: 'admin'
15
+ // }
16
+ }
@@ -0,0 +1,51 @@
1
+ module.exports = {
2
+ protocol: 'http',
3
+ subdomain: 'system',
4
+ accessTokenCookieKey: 'access_token.ecs',
5
+ email: {
6
+ host: 'smtp.office365.com', // your sender-email smtp host
7
+ port: 587, // smtp server port
8
+ secure: false, // true for 465, false for other ports
9
+ auth: {
10
+ user: 'your sender-email',
11
+ pass: 'your sender-email password' // generated ethereal password
12
+ },
13
+ secureConnection: false,
14
+ tls: {
15
+ ciphers: 'SSLv3'
16
+ }
17
+ },
18
+ logger: {
19
+ file: {
20
+ filename: 'logs/application-%DATE%.log',
21
+ datePattern: 'YYYY-MM-DD-HH',
22
+ zippedArchive: false,
23
+ maxSize: '20m',
24
+ maxFiles: '2d',
25
+ level: 'info'
26
+ },
27
+ console: {
28
+ level: 'silly'
29
+ }
30
+ },
31
+ ormconfig: {
32
+ name: 'default',
33
+ type: 'sqlite',
34
+ database: 'db.sqlite',
35
+ synchronize: false,
36
+ logging: true,
37
+ logger: 'debug'
38
+ }
39
+ // pubsub: {
40
+ // middleware: 'redis', // empty, redis, mqtt, redisCluster
41
+ // host: 'localhost',
42
+ // port: 6379,
43
+ // options: {}
44
+ // },
45
+ // airflowconfig: {
46
+ // url: 'http://a0445155e71fe462e8ae9968b69e9bf5-405657580.ap-northeast-2.elb.amazonaws.com:8080/',
47
+ // port: 8080,
48
+ // user: 'admin',
49
+ // password: 'admin'
50
+ // }
51
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "4.0.27",
3
+ "version": "4.0.28",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -38,47 +38,47 @@
38
38
  "docker:run": "docker run -p 4000:3000 hatiolab/operato-ecs:latest"
39
39
  },
40
40
  "dependencies": {
41
- "@operato/scene-chartjs": "^0.1.0",
42
- "@operato/scene-clock": "^0.1.0",
43
- "@operato/scene-gauge": "^0.1.0",
44
- "@operato/scene-integration": "^0.1.0",
45
- "@operato/scene-progressbar": "^0.1.0",
46
- "@operato/scene-random": "^0.1.0",
47
- "@operato/scene-switch": "^0.1.0",
48
- "@operato/scene-table": "^0.1.0",
49
- "@operato/scene-timer": "^0.1.0",
50
- "@things-factory/api": "^4.0.27",
51
- "@things-factory/apptool-ui": "^4.0.27",
52
- "@things-factory/auth-ui": "^4.0.27",
53
- "@things-factory/board-service": "^4.0.27",
54
- "@things-factory/board-ui": "^4.0.27",
55
- "@things-factory/context-ui": "^4.0.27",
56
- "@things-factory/dashboard": "^4.0.27",
57
- "@things-factory/export-ui": "^4.0.27",
58
- "@things-factory/grist-ui": "^4.0.27",
59
- "@things-factory/help": "^4.0.27",
60
- "@things-factory/i18n-ui": "^4.0.27",
61
- "@things-factory/integration-melsec": "^4.0.27",
62
- "@things-factory/integration-modbus": "^4.0.27",
63
- "@things-factory/integration-ui": "^4.0.27",
64
- "@things-factory/lite-menu": "^4.0.27",
65
- "@things-factory/more-ui": "^4.0.27",
66
- "@things-factory/oauth2-client": "^4.0.27",
67
- "@things-factory/print-ui": "^4.0.27",
68
- "@things-factory/resource-ui": "^4.0.27",
69
- "@things-factory/scene-data-transform": "^4.0.27",
70
- "@things-factory/scene-form": "^4.0.27",
41
+ "@operato/scene-chartjs": "^0.1.1",
42
+ "@operato/scene-clock": "^0.1.1",
43
+ "@operato/scene-gauge": "^0.1.1",
44
+ "@operato/scene-integration": "^0.1.1",
45
+ "@operato/scene-progressbar": "^0.1.1",
46
+ "@operato/scene-random": "^0.1.1",
47
+ "@operato/scene-switch": "^0.1.1",
48
+ "@operato/scene-table": "^0.1.1",
49
+ "@operato/scene-timer": "^0.1.1",
50
+ "@things-factory/api": "^4.0.28",
51
+ "@things-factory/apptool-ui": "^4.0.28",
52
+ "@things-factory/auth-ui": "^4.0.28",
53
+ "@things-factory/board-service": "^4.0.28",
54
+ "@things-factory/board-ui": "^4.0.28",
55
+ "@things-factory/context-ui": "^4.0.28",
56
+ "@things-factory/dashboard": "^4.0.28",
57
+ "@things-factory/export-ui": "^4.0.28",
58
+ "@things-factory/grist-ui": "^4.0.28",
59
+ "@things-factory/help": "^4.0.28",
60
+ "@things-factory/i18n-ui": "^4.0.28",
61
+ "@things-factory/integration-melsec": "^4.0.28",
62
+ "@things-factory/integration-modbus": "^4.0.28",
63
+ "@things-factory/integration-ui": "^4.0.28",
64
+ "@things-factory/lite-menu": "^4.0.28",
65
+ "@things-factory/more-ui": "^4.0.28",
66
+ "@things-factory/oauth2-client": "^4.0.28",
67
+ "@things-factory/print-ui": "^4.0.28",
68
+ "@things-factory/resource-ui": "^4.0.28",
69
+ "@things-factory/scene-data-transform": "^4.0.28",
70
+ "@things-factory/scene-form": "^4.0.28",
71
71
  "@things-factory/scene-half-roundrect": "^4.0.9",
72
- "@things-factory/scene-news-ticker": "^4.0.27",
73
- "@things-factory/scene-restful": "^4.0.27",
74
- "@things-factory/setting-base": "^4.0.27",
75
- "@things-factory/setting-ui": "^4.0.27",
76
- "@things-factory/shell": "^4.0.27",
77
- "@things-factory/system-ui": "^4.0.27",
72
+ "@things-factory/scene-news-ticker": "^4.0.28",
73
+ "@things-factory/scene-restful": "^4.0.28",
74
+ "@things-factory/setting-base": "^4.0.28",
75
+ "@things-factory/setting-ui": "^4.0.28",
76
+ "@things-factory/shell": "^4.0.28",
77
+ "@things-factory/system-ui": "^4.0.28",
78
78
  "jsmodbus": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
- "@things-factory/builder": "^4.0.27"
81
+ "@things-factory/builder": "^4.0.28"
82
82
  },
83
- "gitHead": "276eaface2890c8f229ce6c9f64cde9c6b1e0083"
83
+ "gitHead": "fc526e27ae290a6fa3f001ce7ee75a2904b1d363"
84
84
  }