Files
SanchoToro/ApiDatosGuadex/appsettings.json

14 lines
225 B
JSON

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