UNPKG

@vessl-ai/mcpctl-control-plane

Version:

Vessl MCP Control Plane service for managing distributed jobs.

14 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.secretConfiguration = void 0; const config_1 = require("@nestjs/config"); exports.secretConfiguration = (0, config_1.registerAs)('secret', () => { const storeTypes = (process.env.SECRET_STORE_TYPES || 'keychain') .split(',') .map((e) => e.trim()) .map((x) => x); return { storeTypes, }; }); //# sourceMappingURL=secret.config.js.map