Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/deltalab/PMS/logistic-backend/dist/config/app/
Upload File :
Current File : //proc/thread-self/root/home/deltalab/PMS/logistic-backend/dist/config/app/config.service.d.ts

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