![Data Analytics Dashboard](https://source.unsplash.com/1600x900/?data,analytics,dashboard)
Operato Board
prerequisites
build
$ yarn install && yarn upgrade
run
$ yarn serve:dev
browser
install
License
License request process
Edit bellowing data and send request to license manager(syj0130@hatiolab.com)
- Product Type : Things or Operato
- License Type : Production or Evaluation
- Purchase Date : License purchased date
- Expiration Date : License expiration Date
- Host Address : host or UNLIMITED
host can be
- host: sub.scond-level.top-level
ex) board.hatiolab.com, *.hatiolab.com
- ip :
ex) 192.168.1.9, 192.168.*.*,
- Max Target(Board) Count
- Board count by domain
- 0 means unlimited
- Max Domain Count
- Max domain count in this host
- 0 means unlimited
license format
{
"License Type": "Evaluation",
"Purchase Date": "2021.03.23",
"Expiration Date": "2021.06.30",
"Host Address": "UNLIMITED",
"Max Target Count": 0,
"Max Domain Count": 0,
"Key": ""
}
import license
var licenseKey = require('./license').Key
module.exports = {
accessTokenCookieKey: 'access_token.board',
licenseKey: licenseKey
}