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.Development.json

22 lines
811 B

{
"ConnectionStrings": {
"SqlConnection": "server=.; database=CORRESPONSAL; Integrated Security=true;TrustServerCertificate=True;Command Timeout=360"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"EmailServer": "gemcousa-com.mail.protection.outlook.com",
"EmailPort": 25,
"pathArchivoElectronico": "C:\\downs\\ArchivoElectronicoSIR\\www.gemcousa.com\\SIR-GEMCO\\DOCS-SIR\\",
"pathTemp": "C:\\downs\\temp\\",
"pathFotosBodega": "c:\\data\\Bodega\\Fotos\\",
"pathZipCorresponsales": "C:\\data\\",
"CorresponsalesFilePath": "C:\\data\\",
"Allfiles": "C:\\data\\",
"Twilio_SID": "AC59baecf4872fa93e3c315180c96b4cc2",
"Twilio_Token": "5416fe0460e9afaf5400697def878c04",
"EmailAPI" : "https://pyapi.gemcousa.mx/"
}