Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/dist/config/database/mongo/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/dist/config/database/mongo/config.service.d.ts

import { ConfigService } from '@nestjs/config';
export declare class MongoConfigService {
    private configService;
    constructor(configService: ConfigService);
    get host(): string;
    get port(): number;
    get database(): string;
    get uri(): string;
}