You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CORRESPONSALBackend/appsettings.Staging.json

23 lines
936 B

{
"ConnectionStrings": {
"SqlConnection": "server=.,14033;database=CORRESPONSAL;User Id=sa;Password=T3st1n93nv4Qa;TrustServerCertificate=True;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"EmailServer": "gemcousa-com.mail.protection.outlook.com",
"EmailPort": 25,
"pathArchivoElectronico": "D:\\data\\ArchivoElectronicoSIR\\www.gemcousa.com\\SIR-GEMCO\\DOCS-SIR\\",
"pathTemp": "D:\\data\\temp\\",
"pathFotosBodega": "D:\\data\\Bodega\\Fotos\\",
"pathZipCorresponsales": "D:\\data\\Corresponsales\\Zips\\",
"CorresponsalesFilePath": "D:\\data\\Corresponsales\\",
"AllFiles": "D:\\data\\",
"LogoGemco": "Corresponsales\\Img\\",
"Twilio_SID": "AC59baecf4872fa93e3c315180c96b4cc2",
"Twilio_Token":"5416fe0460e9afaf5400697def878c04",
"EmailAPI" : "https://pyapi.gemcousa.mx/"
}