Files
nebula.js/nebula.config.js
2019-02-28 11:25:56 +01:00

19 lines
250 B
JavaScript

const config = {
serve: {
host: '',
port: '',
enigma: {
schema: '',
host: '',
port: 9076,
secure: false,
authenticate: {
jwt: {},
cert: {},
},
},
},
};
module.exports = config;