export const environment = {
    production: true,
    apiURL: '/api',  // Now API calls go through Apache
    paymentURL: 'https://registrar.idrbt.ac.in/payment',
    maxFileSizeMB: 2,
    otpExpiryTimeDisplay: "05:00",
    otpExpiryTime: 45,
    IDRBTADMIN:'IDRBTADMIN',
    cst:2000,
    envName: "UAT",
    disabledUat:"fff",
    isDSCEnabled: true,
    paymentUrl: 'https://registrar.idrbt.ac.in/payment/dr/domain/paymentResponse',
    //paymentUrl: 'https://registrar.idrbt.ac.in/payment/dr/domain/paymentResponse',
     renewalPaymentUrl: 'https://registrar.idrbt.ac.in/payment/dr/domain/renewal/paymentResponse',
    isPaymentEnabled: true,
    isRegistrationRequired: true
};