- Notifications
You must be signed in to change notification settings - Fork 2
Kevoree configuration file
Maxime Tricoire edited this page Dec 1, 2016 · 1 revision
$HOME/.kevoree/config.json
{ "user": { "login": "kevoree", "password": "theKevoreePassword" }, "registry": { "host": "registry.kevoree.org", "port": 443, "ssl": true, "oauth": { "client_secret": "kevoree_registryapp_secret", "client_id": "kevoree_registryapp" } } }The new Node.js kevoree command-line client has a tool to create that file for you using answer to prompted questions:
$ npm i -g kevoree-cli$ kevoree init