UNPKG

saints-specification-nodejs

Version:
10 lines (9 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Config = void 0; exports.Config = { envDevelopment: 'development', envProducton: 'production', defaultConfigPath: 'config/web.json', serviceHubPort: 8000 };