Files
School/Anul 3/Semestrul 1/Proiect Colectiv/Cox_in_the_back/WebApi/appsettings.json
T
2025-02-06 20:33:26 +02:00

13 lines
195 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"JyrosContext": ""
}
}