Uso de api para leer y ejecutar sentencias SQL

This commit is contained in:
2026-03-05 09:19:36 +01:00
parent 4ac7cb716b
commit e55dd0ef68
11 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Authentication": {
"Username": "guadex",
"Password": "tsguadex..-"
}
}