UNPKG

@nestjs-mod/docker-compose

Version:

Docker Compose is a tool for defining and running multi-container applications. It is the key to unlocking a streamlined and efficient development and deployment experience. (Generator docker-compose.yml for https://docs.docker.com/compose)

15 lines 2.48 kB
"use strict"; var _a, _b; Object.defineProperty(exports, "__esModule", { value: true }); exports.InjectDockerComposeAuthorizerInternaModuleSettings = exports.InjectAllDockerComposeAuthorizerInternaModuleSettings = exports.InjectAllDockerComposeAuthorizerInternalFeatureEnvironments = exports.InjectDockerComposeAuthorizerInternalFeatureEnvironments = exports.InjectAllDockerComposeAuthorizerInternalFeatures = exports.InjectDockerComposeAuthorizerInternalFeatures = exports.InjectDockerComposeAuthorizerModuleSettings = exports.InjectAllDockerComposeAuthorizerModuleSettings = exports.InjectAllDockerComposeAuthorizerFeatureEnvironments = exports.InjectDockerComposeAuthorizerFeatureEnvironments = exports.InjectAllDockerComposeAuthorizerFeatures = exports.InjectDockerComposeAuthorizerFeatures = void 0; const common_1 = require("@nestjs-mod/common"); const docker_compose_constants_1 = require("../../docker-compose.constants"); const DOCKER_COMPOSE_AUTHORIZER_MODULE_NAME = `${docker_compose_constants_1.DOCKER_COMPOSE_MODULE_NAME}Authorizer`; const DOCKER_COMPOSE_AUTHORIZER_INTERNAL_MODULE_NAME = `${docker_compose_constants_1.DOCKER_COMPOSE_MODULE_NAME}AuthorizerInternal`; _a = (0, common_1.getNestModuleDecorators)({ moduleName: DOCKER_COMPOSE_AUTHORIZER_MODULE_NAME, }), exports.InjectDockerComposeAuthorizerFeatures = _a.InjectFeatures, exports.InjectAllDockerComposeAuthorizerFeatures = _a.InjectAllFeatures, exports.InjectDockerComposeAuthorizerFeatureEnvironments = _a.InjectFeatureEnvironments, exports.InjectAllDockerComposeAuthorizerFeatureEnvironments = _a.InjectAllFeatureEnvironments, exports.InjectAllDockerComposeAuthorizerModuleSettings = _a.InjectAllModuleSettings, exports.InjectDockerComposeAuthorizerModuleSettings = _a.InjectModuleSettings; _b = (0, common_1.getNestModuleDecorators)({ moduleName: DOCKER_COMPOSE_AUTHORIZER_INTERNAL_MODULE_NAME, }), exports.InjectDockerComposeAuthorizerInternalFeatures = _b.InjectFeatures, exports.InjectAllDockerComposeAuthorizerInternalFeatures = _b.InjectAllFeatures, exports.InjectDockerComposeAuthorizerInternalFeatureEnvironments = _b.InjectFeatureEnvironments, exports.InjectAllDockerComposeAuthorizerInternalFeatureEnvironments = _b.InjectAllFeatureEnvironments, exports.InjectAllDockerComposeAuthorizerInternaModuleSettings = _b.InjectAllModuleSettings, exports.InjectDockerComposeAuthorizerInternaModuleSettings = _b.InjectModuleSettings; //# sourceMappingURL=docker-compose-authorizer.decorators.js.map