Your IP : 216.73.217.95


Current Path : /home/deltalab/PMS/logistic-backend/dist/config/app/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/dist/config/app/configuration.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const config_1 = require("@nestjs/config");
exports.default = (0, config_1.registerAs)('app', () => ({
    port: process.env.APP_PORT,
    env: process.env.APP_ENV,
}));
//# sourceMappingURL=configuration.js.map