@lomray/microservice-gateway
Version:
Gateway microservice based on NodeJS & inverted json.
17 lines (13 loc) • 362 B
JavaScript
;
var microserviceHelpers = require('@lomray/microservice-helpers');
var ms = require('./ms.js');
var index = require('../constants/index.js');
/**
* Startup config
*/
const startConfig = microserviceHelpers.GetMsStartConfig(index, {
type: 'gateway',
msOptions: ms.msOptions,
msParams: ms.msParams,
});
module.exports = startConfig;