mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
19 lines
250 B
JavaScript
19 lines
250 B
JavaScript
const config = {
|
|
serve: {
|
|
host: '',
|
|
port: '',
|
|
enigma: {
|
|
schema: '',
|
|
host: '',
|
|
port: 9076,
|
|
secure: false,
|
|
authenticate: {
|
|
jwt: {},
|
|
cert: {},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
|
|
module.exports = config;
|