@things-factory/reference-app 6.0.34 → 6.0.36

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.
@@ -1,5 +1,17 @@
1
1
  module.exports = {
2
2
  subdomain: 'system',
3
+ scheduler: {
4
+ /* Name to be used for setting client's "application" properties when registering a schedule */
5
+ application: 'reference-app',
6
+ /* Base endpoint to be used for setting "callback" properties when registering a schedule */
7
+ callbackBase: 'http://localhost:3000',
8
+ /*
9
+ Scheduler service endpoint
10
+ caution) endpoint for "localhost" has some problem.
11
+ https://github.com/node-fetch/node-fetch/issues/1624
12
+ */
13
+ endpoint: 'http://127.0.0.1:9902'
14
+ },
3
15
  awsAppSync: {
4
16
  apiUrl: '',
5
17
  apiKey: ''
@@ -1,5 +1,17 @@
1
1
  module.exports = {
2
- subdomain: "system",
2
+ subdomain: 'system',
3
+ scheduler: {
4
+ /* Name to be used for setting client's "application" properties when registering a schedule */
5
+ application: 'reference-app',
6
+ /* Base endpoint to be used for setting "callback" properties when registering a schedule */
7
+ callbackBase: 'http://localhost:3000',
8
+ /*
9
+ Scheduler service endpoint
10
+ caution) endpoint for "localhost" has some problem.
11
+ https://github.com/node-fetch/node-fetch/issues/1624
12
+ */
13
+ endpoint: 'http://127.0.0.1:9902'
14
+ },
3
15
  email: {
4
16
  host: 'smtp.office365.com', // your sender-email smtp host
5
17
  port: 587, // smtp server port
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.0.34",
3
+ "version": "6.0.36",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -71,11 +71,11 @@
71
71
  "@things-factory/auth-ui": "^6.0.34",
72
72
  "@things-factory/board-service": "^6.0.34",
73
73
  "@things-factory/board-ui": "^6.0.34",
74
- "@things-factory/ccp": "^6.0.34",
74
+ "@things-factory/ccp": "^6.0.36",
75
75
  "@things-factory/contact": "^6.0.34",
76
76
  "@things-factory/context-ui": "^6.0.34",
77
77
  "@things-factory/dashboard": "^6.0.34",
78
- "@things-factory/dataset": "^6.0.34",
78
+ "@things-factory/dataset": "^6.0.36",
79
79
  "@things-factory/export-ui": "^6.0.34",
80
80
  "@things-factory/export-ui-excel": "^6.0.34",
81
81
  "@things-factory/grist-ui": "^6.0.34",
@@ -88,7 +88,7 @@
88
88
  "@things-factory/organization": "^6.0.34",
89
89
  "@things-factory/print-ui": "^6.0.34",
90
90
  "@things-factory/product-base": "^6.0.34",
91
- "@things-factory/qc": "^6.0.34",
91
+ "@things-factory/qc": "^6.0.36",
92
92
  "@things-factory/resource-ui": "^6.0.34",
93
93
  "@things-factory/routing-base": "^6.0.34",
94
94
  "@things-factory/setting-base": "^6.0.34",
@@ -103,5 +103,5 @@
103
103
  "devDependencies": {
104
104
  "@things-factory/builder": "^6.0.34"
105
105
  },
106
- "gitHead": "a460e5183f6e97e061be886d1efe9a114bd1316b"
106
+ "gitHead": "7a3049f87fca6c58b754b701f97bb41efa1d7424"
107
107
  }