Skip to content

Kevoree configuration file

Maxime Tricoire edited this page Dec 1, 2016 · 1 revision

Kevoree configuration file

Location

$HOME/.kevoree/config.json

Sample 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" } } }

Kevoree Node.js command-line client "init"

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

Clone this wiki locally