Backend principal del sitio AOL
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.
AOLBackend/appsettings.Development.json

17 lines
566 B

{
"ConnectionStrings": {
"SqlConnection": "server=.; database=AOL; Integrated Security=true;TrustServerCertificate=True;",
"MySQLConnection": "Server=127.0.0.1; User ID=root; Password=toor1234; Database=aol"
},
2 years ago
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"pathArchivoElectronico": "C:\\downs\\ArchivoElectronicoSIR\\www.gemcousa.com\\SIR-GEMCO\\DOCS-SIR\\",
"pathTemp": "C:\\downs\\temp\\",
"defaultImage": "C:\\downs\\empty.png",
"Allfiles": "C:\\data\\AOL\\"
2 years ago
}