UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

7 lines (5 loc) 185 B
module.exports = function (kbnServer) { let Config = require('./Config'); let schema = require('./schema')(); kbnServer.config = new Config(schema, kbnServer.settings || {}); };