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.
GemcoBackend/GEMCO.Backend/appsettings.Development.json

25 lines
951 B

{
"ConnectionStrings": {
"SqlConnection": "server=.; database=GEMCO; 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",
"AmazonPyAPI":"http://localhost:6010/",
"AmazonEJSAPI": "http://localhost:6030/",
"AmazonNodeAPI": "http://localhost:6020/api/Amazon/",
"EmailAPI" : "https://pyapi.gemcousa.mx/"
}