Files
SanchoToro/ApiDatosSanchoToro/appsettings.json
2026-03-05 09:22:21 +01:00

14 lines
225 B
JSON

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