@things-factory/operato-board 5.0.0-alpha.26 → 5.0.0-alpha.27

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,8 +1,25 @@
1
1
  module.exports = {
2
- port: 3000,
3
- subdomain: null,
4
- // useVirtualHostBasedDomain: true,
5
- // subdomainOffset: 2,
2
+ accessTokenCookieKey: 'access_token.board',
3
+ ormconfig: {
4
+ name: 'default',
5
+ type: 'sqlite',
6
+ database: 'db.sqlite',
7
+ synchronize: false,
8
+ logging: true,
9
+ logger: 'debug'
10
+ },
11
+
12
+ // ormconfig: {
13
+ // name: 'default',
14
+ // type: 'postgres',
15
+ // database: 'board-app',
16
+ // username: 'postgres',
17
+ // password: 'hatioLAB1008',
18
+ // host: 'hatiolab-dev-database-1.cluster-cb0sbyfvrh6h.ap-northeast-2.rds.amazonaws.com',
19
+ // port: 5432,
20
+ // synchronize: true,
21
+ // logging: true
22
+ // },
6
23
  email: {
7
24
  host: 'smtp.office365.com',
8
25
  port: 587,
@@ -1,12 +1,24 @@
1
- var licenseKey = require('./config/license').Key
2
-
3
1
  module.exports = {
4
2
  accessTokenCookieKey: 'access_token.board',
5
- licenseKey: licenseKey,
6
- port: 3000,
7
- subdomain: null,
8
- // useVirtualHostBasedDomain: true,
9
- // subdomainOffset: 2,
3
+ ormconfig: {
4
+ name: 'default',
5
+ type: 'sqlite',
6
+ database: 'db.sqlite',
7
+ synchronize: false,
8
+ logging: true,
9
+ logger: 'debug'
10
+ },
11
+ // ormconfig: {
12
+ // name: 'default',
13
+ // type: 'postgres',
14
+ // database: 'board-app',
15
+ // username: 'postgres',
16
+ // password: 'hatioLAB1008',
17
+ // host: 'hatiolab-dev-database-1.cluster-cb0sbyfvrh6h.ap-northeast-2.rds.amazonaws.com',
18
+ // port: 5432,
19
+ // synchronize: true,
20
+ // logging: true
21
+ // },
10
22
  email: {
11
23
  host: 'smtp.office365.com',
12
24
  port: 587,
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "5.0.0-alpha.26",
3
+ "version": "5.0.0-alpha.27",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -45,72 +45,72 @@
45
45
  "@operato/attachment": "1.0.0-alpha.48",
46
46
  "@operato/font": "1.0.0-alpha.48",
47
47
  "@operato/help": "1.0.0-alpha.48",
48
- "@operato/scene-ar": "^1.0.0-alpha.4",
49
- "@operato/scene-chartjs": "^1.0.0-alpha.4",
50
- "@operato/scene-clock": "^1.0.0-alpha.4",
51
- "@operato/scene-clone": "^1.0.0-alpha.4",
52
- "@operato/scene-compass": "^1.0.0-alpha.4",
53
- "@operato/scene-gauge": "^1.0.0-alpha.4",
54
- "@operato/scene-grist": "^1.0.0-alpha.4",
55
- "@operato/scene-half-roundrect": "^1.0.0-alpha.4",
56
- "@operato/scene-i18n": "^1.0.0-alpha.4",
57
- "@operato/scene-indoor-map": "^1.0.0-alpha.4",
58
- "@operato/scene-integration": "^1.0.0-alpha.4",
59
- "@operato/scene-legend": "^1.0.0-alpha.4",
60
- "@operato/scene-news-ticker": "^1.0.0-alpha.4",
61
- "@operato/scene-progressbar": "^1.0.0-alpha.4",
62
- "@operato/scene-random": "^1.0.0-alpha.4",
63
- "@operato/scene-switch": "^1.0.0-alpha.4",
64
- "@operato/scene-tab": "^1.0.0-alpha.4",
65
- "@operato/scene-table": "^1.0.0-alpha.4",
66
- "@operato/scene-timer": "^1.0.0-alpha.4",
67
- "@operato/scene-wheel-sorter": "^1.0.0-alpha.4",
68
- "@things-factory/apptool-ui": "^5.0.0-alpha.26",
69
- "@things-factory/attachment-ui": "^5.0.0-alpha.26",
70
- "@things-factory/auth-ui": "^5.0.0-alpha.26",
71
- "@things-factory/board-service": "^5.0.0-alpha.26",
72
- "@things-factory/board-ui": "^5.0.0-alpha.26",
73
- "@things-factory/context-ui": "^5.0.0-alpha.26",
74
- "@things-factory/export-ui": "^5.0.0-alpha.26",
75
- "@things-factory/fav-base": "^5.0.0-alpha.26",
76
- "@things-factory/font-base": "^5.0.0-alpha.26",
77
- "@things-factory/form-ui": "^5.0.0-alpha.26",
78
- "@things-factory/help": "^5.0.0-alpha.26",
79
- "@things-factory/i18n-base": "^5.0.0-alpha.26",
80
- "@things-factory/import-ui": "^5.0.0-alpha.26",
81
- "@things-factory/integration-notification": "^5.0.0-alpha.26",
82
- "@things-factory/integration-ui": "^5.0.0-alpha.26",
83
- "@things-factory/layout-ui": "^5.0.0-alpha.26",
84
- "@things-factory/more-ui": "^5.0.0-alpha.26",
85
- "@things-factory/notification": "^5.0.0-alpha.26",
86
- "@things-factory/oauth2-client": "^5.0.0-alpha.26",
87
- "@things-factory/offline-ui": "^5.0.0-alpha.26",
48
+ "@operato/scene-ar": "^1.0.0-alpha.5",
49
+ "@operato/scene-chartjs": "^1.0.0-alpha.5",
50
+ "@operato/scene-clock": "^1.0.0-alpha.5",
51
+ "@operato/scene-clone": "^1.0.0-alpha.5",
52
+ "@operato/scene-compass": "^1.0.0-alpha.5",
53
+ "@operato/scene-gauge": "^1.0.0-alpha.5",
54
+ "@operato/scene-grist": "^1.0.0-alpha.5",
55
+ "@operato/scene-half-roundrect": "^1.0.0-alpha.5",
56
+ "@operato/scene-i18n": "^1.0.0-alpha.5",
57
+ "@operato/scene-indoor-map": "^1.0.0-alpha.5",
58
+ "@operato/scene-integration": "^1.0.0-alpha.5",
59
+ "@operato/scene-legend": "^1.0.0-alpha.5",
60
+ "@operato/scene-news-ticker": "^1.0.0-alpha.5",
61
+ "@operato/scene-progressbar": "^1.0.0-alpha.5",
62
+ "@operato/scene-random": "^1.0.0-alpha.5",
63
+ "@operato/scene-switch": "^1.0.0-alpha.5",
64
+ "@operato/scene-tab": "^1.0.0-alpha.5",
65
+ "@operato/scene-table": "^1.0.0-alpha.5",
66
+ "@operato/scene-timer": "^1.0.0-alpha.5",
67
+ "@operato/scene-wheel-sorter": "^1.0.0-alpha.5",
68
+ "@things-factory/apptool-ui": "^5.0.0-alpha.27",
69
+ "@things-factory/attachment-ui": "^5.0.0-alpha.27",
70
+ "@things-factory/auth-ui": "^5.0.0-alpha.27",
71
+ "@things-factory/board-service": "^5.0.0-alpha.27",
72
+ "@things-factory/board-ui": "^5.0.0-alpha.27",
73
+ "@things-factory/context-ui": "^5.0.0-alpha.27",
74
+ "@things-factory/export-ui": "^5.0.0-alpha.27",
75
+ "@things-factory/fav-base": "^5.0.0-alpha.27",
76
+ "@things-factory/font-base": "^5.0.0-alpha.27",
77
+ "@things-factory/form-ui": "^5.0.0-alpha.27",
78
+ "@things-factory/help": "^5.0.0-alpha.27",
79
+ "@things-factory/i18n-base": "^5.0.0-alpha.27",
80
+ "@things-factory/import-ui": "^5.0.0-alpha.27",
81
+ "@things-factory/integration-notification": "^5.0.0-alpha.27",
82
+ "@things-factory/integration-ui": "^5.0.0-alpha.27",
83
+ "@things-factory/layout-ui": "^5.0.0-alpha.27",
84
+ "@things-factory/more-ui": "^5.0.0-alpha.27",
85
+ "@things-factory/notification": "^5.0.0-alpha.27",
86
+ "@things-factory/oauth2-client": "^5.0.0-alpha.27",
87
+ "@things-factory/offline-ui": "^5.0.0-alpha.27",
88
88
  "@things-factory/operato-license-checker": "^3.0.4",
89
- "@things-factory/pdf": "^5.0.0-alpha.26",
90
- "@things-factory/print-service": "^5.0.0-alpha.26",
91
- "@things-factory/print-ui": "^5.0.0-alpha.26",
92
- "@things-factory/resource-ui": "^5.0.0-alpha.26",
93
- "@things-factory/scene-baidu-map": "^5.0.0-alpha.26",
94
- "@things-factory/scene-data-transform": "^5.0.0-alpha.26",
95
- "@things-factory/scene-excel": "^5.0.0-alpha.26",
96
- "@things-factory/scene-firebase": "^5.0.0-alpha.26",
97
- "@things-factory/scene-form": "^5.0.0-alpha.26",
98
- "@things-factory/scene-google-map": "^5.0.0-alpha.26",
99
- "@things-factory/scene-graphql": "^5.0.0-alpha.26",
100
- "@things-factory/scene-label": "^5.0.0-alpha.26",
101
- "@things-factory/scene-marker": "^5.0.0-alpha.26",
102
- "@things-factory/scene-mqtt": "^5.0.0-alpha.26",
103
- "@things-factory/scene-restful": "^5.0.0-alpha.26",
104
- "@things-factory/scene-urdf": "^5.0.0-alpha.26",
105
- "@things-factory/scene-visualizer": "^5.0.0-alpha.26",
106
- "@things-factory/screencast-ui": "^5.0.0-alpha.26",
107
- "@things-factory/setting-ui": "^5.0.0-alpha.26",
108
- "@things-factory/system-ui": "^5.0.0-alpha.26"
89
+ "@things-factory/pdf": "^5.0.0-alpha.27",
90
+ "@things-factory/print-service": "^5.0.0-alpha.27",
91
+ "@things-factory/print-ui": "^5.0.0-alpha.27",
92
+ "@things-factory/resource-ui": "^5.0.0-alpha.27",
93
+ "@things-factory/scene-baidu-map": "^5.0.0-alpha.27",
94
+ "@things-factory/scene-data-transform": "^5.0.0-alpha.27",
95
+ "@things-factory/scene-excel": "^5.0.0-alpha.27",
96
+ "@things-factory/scene-firebase": "^5.0.0-alpha.27",
97
+ "@things-factory/scene-form": "^5.0.0-alpha.27",
98
+ "@things-factory/scene-google-map": "^5.0.0-alpha.27",
99
+ "@things-factory/scene-graphql": "^5.0.0-alpha.27",
100
+ "@things-factory/scene-label": "^5.0.0-alpha.27",
101
+ "@things-factory/scene-marker": "^5.0.0-alpha.27",
102
+ "@things-factory/scene-mqtt": "^5.0.0-alpha.27",
103
+ "@things-factory/scene-restful": "^5.0.0-alpha.27",
104
+ "@things-factory/scene-urdf": "^5.0.0-alpha.27",
105
+ "@things-factory/scene-visualizer": "^5.0.0-alpha.27",
106
+ "@things-factory/screencast-ui": "^5.0.0-alpha.27",
107
+ "@things-factory/setting-ui": "^5.0.0-alpha.27",
108
+ "@things-factory/system-ui": "^5.0.0-alpha.27"
109
109
  },
110
110
  "devDependencies": {
111
- "@things-factory/board-test": "^5.0.0-alpha.26",
112
- "@things-factory/builder": "^5.0.0-alpha.26"
111
+ "@things-factory/board-test": "^5.0.0-alpha.27",
112
+ "@things-factory/builder": "^5.0.0-alpha.27"
113
113
  },
114
114
  "resolutions": {},
115
- "gitHead": "841b6ef41df481ea7ae4a925328ff5c0a7e9a9cd"
115
+ "gitHead": "57962482d2b5a5aaba07d7477f3f35938d6e66b8"
116
116
  }