﻿{
  "DataBase": {
    "ConnectionType": "SqlServer",
    "RecordLimit": "1000"
  },
  "ConnectionStrings": {
    "SqlServer": "Data Source=WS-SRV-NET;Initial Catalog=DriveQuote_QA;User ID=sew;Password=sew123;MultipleActiveResultSets=True"
  },
  "AppSettings": {
    "SecretKey": "THIS IS USED TO SIGN AND VERIFY JWT TOKENS, REPLACE IT WITH YOUR OWN SECRET, IT CAN BE ANY STRING",
    "Issuer": "http://localhost:5000",
    "Audience": "http://localhost:5000",
    "Duration": 1440,
    "DefaultPassword": "123456",

    //Client Server Configuration
    "ServerPath": "http://drivequote-qa.webmyneproduct.com/",
    "VirtualPath": "/DriveQuote_Files_QA/",
    "LDAPVerification": false,
    "FilePath": "\\\\ws-srv-net\\Dot Net Sites\\Applications\\DriveQuote_Files_QA",
    "ZipPath": "\\\\ws-srv-net\\Dot Net Sites\\Applications\\DriveQuote_Files_QA\\ZipFiles\\",

    //Client Email Configuration
    "DomainVerify": "@webmyne.com,@webmynesystems.com",
    "Server": "smtp.gmail.com",
    "Port": 465,
    "SenderName": "Your sender name",
    //"SenderEmail": "patelvinayindia1597@gmail.com",
    //"UserName": "patelvinayindia1597@gmail.com",
    //"Password": "ewne urds xtrm cxis",
    "SenderEmail": "sewqa0511@gmail.com",
    "UserName": "sewqa0511@gmail.com",
    "Password": "fliv rhtx uzdb mvcq",
    "AttachmentSize": 2097152, // added in kb
    "CreatedEmailSubject": "Created",
    "UpdatedEmailSubject": "Updated",
    "IsSendEmailToCreator": true,
    "GroupNotificationReceiverName": "Team",

    //Folder Configuration
    "UserProfilePhotoFolderName": "UserProfilePhoto",
    "QuotationFolderName": "QuotationAttachment",
    "CopsFolderName": "CopsAttachment",
    "DriveFlowFolderName": "FlowAttachment",
    "ComplaintFolderName": "ComplaintAttachment",
    "AmendmentFolderName": "AmendmentAttachment",
    "CustomerFolderName": "CustomerAttachment",
    "DisassemblyFolderName": "DisassemblyAttachment",
    "LinkFolderName": "LinkAttachment",
    "FOCFolderName": "FOCAttachment",
    "FlowConversionFolderName": "FlowConversion",
    "QuotationLineItemFolderName": "QuotationLineItems",
    "CustomerMasterExcelFile": "CustomerMasterExcel",
    "ComplaintPDFFolderName": "ComplaintPDF",
    "ConfigureImagesFolderName": "ConfigureImages",
    "ConfigureContentPathFolderName": "ConfigureContentFiles",

    "AdminRoleText": "Admin",
    "NextUserNotAssignedMessage": "You should assign next employee for approval.",

    //Module Configuration
    "ModuleDisassemblyText": "Disassembly",
    "ModuleFOCText": "FOC",
    "ModuleQuotationText": "Quotation",
    "ModuleAmendmentText": "Amendment",
    "ModuleComplaintText": "Complaint",
    "ModuleFlowText": "Flow",
    "ModuleCOPSText": "COPS",
    "ModuleCustomerText": "Customer",
    "ModuleMasterText": "Master",

    //XML Configuration
    "XMLAttribute_BLOCK_QUOTATION": "BLOCK_QUOTATION",
    "XMLAttribute_SY_PRDAT": "SY_PRDAT",
    "XMLAttribute_SY_EUR": "SY_EUR",
    "XMLAttribute_P_SUMME": "P_SUMME",
    "XMLAttribute_OBJ_KEY": "OBJ_KEY",
    "XMLAttribute_GL_KATALOGBEZ_A": "GL_KATALOGBEZ_A",
    "XMLAttribute_GL_KATALOGBEZ_B": "GL_KATALOGBEZ_B",
    "XMLAttribute_GL_STATIS_WAREN_NR": "GL_STATIS_WAREN_NR",
    "XMLAttribute_PC": "PC",
    "XMLAttribute_CHARC": "CHARC",
    "XMLAttribute_VALUE": "VALUE",
    "XMLAttachmentFolderName": "XMLAttachment",
    "XMLPriceOnRequest": "auf Anfrage",
    "XMLAttribute_CO_GEFAHRSTOFF": "CO_GEFAHRSTOFF",
    "XMLAttribute_CO_KZ_GEFAHRSTOFF": "CO_KZ_GEFAHRSTOFF",
    "XMLAttribute_CO_UN_NR": "CO_UN_NR",

    //WindowSerivce Configuration
    "QuotationAnnexureAttachmentFolderName": "QuotationAnnexureAttachment",
    "PendingAprovalNotificationInDays": 4,
    "PendingFlowNotificationInDays": 4,

    "QuotationPrintRemoveFileds": "HSN Code,GST,Total",
    "FromFormMaxSize": 2147483647,
    "DefaultPageSize": 10
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "RotativaPDFSettings": {
    "PageSize": "A4",
    "MarginTop": 15,
    "MarginRight": 8,
    "MarginBottom": 10,
    "MarginLeft": 8,
    "CustomSwitches": "--disable-smart-shrinking"
  },
  "AllowedHosts": "*"
}
