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

35 lines
1.3 KiB

1 year ago
{
"ConnectionStrings": {
"SqlConnection": "server=.;database=CORRESPONSAL;User Id=admin;Password=DBAdmin1234$.;TrustServerCertificate=True;"
1 year ago
},
"DefaultUser": {
"Password": "Bienvenido123!"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Jwt": {
"Key": "GFE1j5KLolZHDK9iKw5xK17Rz4ty7BlbXgnjPL6dNwVCCNQWU8uRGVyZmAZPWZMs4XX0phFMS849p25Lrwsn31Bi4J7GT2HQ9xeWlJLarJPDyoRZZvChpovwgrquQ9Pd",
"Issuer": "JWTAuthenticationServer",
"Audience": "JWTServicePostmanClient",
"Subject": "JWTServiceAccessToken",
"ExpirationHours": 4
},
"DataDisk":"D:\\",
1 year ago
"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\\",
1 year ago
"Twilio_SID": "AC59baecf4872fa93e3c315180c96b4cc2",
"Twilio_Token": "5416fe0460e9afaf5400697def878c04",
"EmailAPI" : "https://pyapi.gemcousa.mx/"
}