@things-factory/operato-board 6.0.90 → 6.0.92

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,17 @@
1
+ var licenseKey = require('./config/license').Key
2
+ module.exports = {
3
+ accessTokenCookieKey: 'access_token.board',
4
+ licenseKey: licenseKey,
5
+ scheduler: {
6
+ /* Name to be used for setting client's "application" properties when registering a schedule */
7
+ application: 'operato-board',
8
+ /* Base endpoint to be used for setting "callback" properties when registering a schedule */
9
+ callbackBase: 'http://localhost:3000',
10
+ /*
11
+ Scheduler service endpoint
12
+ caution) endpoint for "localhost" has some problem.
13
+ https://github.com/node-fetch/node-fetch/issues/1624
14
+ */
15
+ endpoint: 'http://127.0.0.1:9902'
16
+ }
17
+ }
@@ -0,0 +1,33 @@
1
+ var licenseKey = require('./config/license').Key
2
+
3
+ module.exports = {
4
+ licenseKey: licenseKey,
5
+ protocol: 'https',
6
+ accessTokenCookieKey: 'access_token.board',
7
+ email: {
8
+ host: 'smtp.office365.com', // your sender-email smtp host
9
+ port: 587, // smtp server port
10
+ secure: false, // true for 465, false for other ports
11
+ auth: {
12
+ user: 'your sender-email',
13
+ pass: 'your sender-email password' // generated ethereal password
14
+ },
15
+ secureConnection: false,
16
+ tls: {
17
+ ciphers: 'SSLv3'
18
+ }
19
+ },
20
+ logger: {
21
+ file: {
22
+ filename: 'logs/application-%DATE%.log',
23
+ datePattern: 'YYYY-MM-DD-HH',
24
+ zippedArchive: false,
25
+ maxSize: '20m',
26
+ maxFiles: '2d',
27
+ level: 'info'
28
+ },
29
+ console: {
30
+ level: 'silly'
31
+ }
32
+ }
33
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.0.90",
3
+ "version": "6.0.92",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -79,40 +79,40 @@
79
79
  "@operato/shell": "^1.0.1",
80
80
  "@operato/styles": "^1.0.0",
81
81
  "@operato/utils": "^1.0.1",
82
- "@things-factory/apptool-ui": "^6.0.90",
83
- "@things-factory/auth-ui": "^6.0.90",
84
- "@things-factory/board-service": "^6.0.90",
85
- "@things-factory/board-ui": "^6.0.90",
86
- "@things-factory/context-ui": "^6.0.90",
87
- "@things-factory/export-ui": "^6.0.90",
88
- "@things-factory/fav-base": "^6.0.90",
89
- "@things-factory/font-base": "^6.0.90",
90
- "@things-factory/form-ui": "^6.0.90",
91
- "@things-factory/help": "^6.0.90",
92
- "@things-factory/i18n-base": "^6.0.90",
93
- "@things-factory/import-ui": "^6.0.90",
94
- "@things-factory/integration-base": "^6.0.90",
95
- "@things-factory/integration-msgraph": "^6.0.90",
96
- "@things-factory/integration-notification": "^6.0.90",
97
- "@things-factory/integration-openai": "^6.0.90",
98
- "@things-factory/integration-ui": "^6.0.90",
99
- "@things-factory/layout-ui": "^6.0.90",
100
- "@things-factory/more-ui": "^6.0.90",
101
- "@things-factory/notification": "^6.0.90",
102
- "@things-factory/oauth2-client": "^6.0.90",
103
- "@things-factory/offline-ui": "^6.0.90",
82
+ "@things-factory/apptool-ui": "^6.0.91",
83
+ "@things-factory/auth-ui": "^6.0.92",
84
+ "@things-factory/board-service": "^6.0.91",
85
+ "@things-factory/board-ui": "^6.0.91",
86
+ "@things-factory/context-ui": "^6.0.91",
87
+ "@things-factory/export-ui": "^6.0.91",
88
+ "@things-factory/fav-base": "^6.0.91",
89
+ "@things-factory/font-base": "^6.0.91",
90
+ "@things-factory/form-ui": "^6.0.91",
91
+ "@things-factory/help": "^6.0.91",
92
+ "@things-factory/i18n-base": "^6.0.91",
93
+ "@things-factory/import-ui": "^6.0.91",
94
+ "@things-factory/integration-base": "^6.0.91",
95
+ "@things-factory/integration-msgraph": "^6.0.91",
96
+ "@things-factory/integration-notification": "^6.0.91",
97
+ "@things-factory/integration-openai": "^6.0.91",
98
+ "@things-factory/integration-ui": "^6.0.91",
99
+ "@things-factory/layout-ui": "^6.0.91",
100
+ "@things-factory/more-ui": "^6.0.91",
101
+ "@things-factory/notification": "^6.0.91",
102
+ "@things-factory/oauth2-client": "^6.0.91",
103
+ "@things-factory/offline-ui": "^6.0.91",
104
104
  "@things-factory/operato-license-checker": "^3.1.0",
105
- "@things-factory/pdf": "^6.0.90",
106
- "@things-factory/print-service": "^6.0.90",
107
- "@things-factory/print-ui": "^6.0.90",
108
- "@things-factory/resource-ui": "^6.0.90",
109
- "@things-factory/scene-google-map": "^6.0.90",
110
- "@things-factory/setting-ui": "^6.0.90",
111
- "@things-factory/system-ui": "^6.0.90"
105
+ "@things-factory/pdf": "^6.0.91",
106
+ "@things-factory/print-service": "^6.0.91",
107
+ "@things-factory/print-ui": "^6.0.91",
108
+ "@things-factory/resource-ui": "^6.0.92",
109
+ "@things-factory/scene-google-map": "^6.0.91",
110
+ "@things-factory/setting-ui": "^6.0.91",
111
+ "@things-factory/system-ui": "^6.0.91"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/board-test": "^6.0.90",
115
- "@things-factory/builder": "^6.0.90"
114
+ "@things-factory/board-test": "^6.0.91",
115
+ "@things-factory/builder": "^6.0.91"
116
116
  },
117
- "gitHead": "f414cc54d34c91def66b229a9c417b663399c031"
117
+ "gitHead": "6b20d32f29809cd6c99fd22296f809816a6c954d"
118
118
  }