From 54994bf4f4918223080088e956fbd821a8fc4221 Mon Sep 17 00:00:00 2001 From: alfonso Date: Sat, 27 Jan 2024 12:14:57 -0600 Subject: [PATCH] -Deleted unnecesary file --- bin/Debug/net6.0/appsettings.json | 36 ------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 bin/Debug/net6.0/appsettings.json diff --git a/bin/Debug/net6.0/appsettings.json b/bin/Debug/net6.0/appsettings.json deleted file mode 100644 index 6038dea..0000000 --- a/bin/Debug/net6.0/appsettings.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "ConnectionStrings": { - "SqlConnection": "server=localhost; database=AOL; User Id=sa;Password=toor1234;Encrypt=False;", - "MySQLConnection": "Server=127.0.0.1; User ID=DBAdmin; Password=DBAdmin1234$.; Port=3360; Database=AOL" - }, - "DefaultUser": { - "Password": "Bienvenido123!" - }, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "Jwt": { - "Key": "GFE1j5KLolZHDK9iKw5xK17Rz4ty7BlbXgnjPL6dNwVCCNQWU8uRGVyZmAZPWZMs4XX0phFMS849p25Lrwsn31Bi4J7GT2HQ9xeWlJLarJPDyoRZZvChpovwgrquQ9Pd", - "Issuer": "JWTAuthenticationServer", - "Audience": "JWTServicePostmanClient", - "Subject": "JWTServiceAccessToken", - "ExpirationHours": 4, - "ExpirationMinutes": 1 - }, - "EmailServer": "alphaomega-com-mx.mail.protection.outlook.com", - "EmailPort": "25", - "EmailUser": "noreply", - "EmailDomian": "alphaomega.com.mx", - "EmailAccount": "noreply@alphaomega.com.mx", - "EmailPassword": "Al%G22a3", - "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\\AOL\\" -}