Files
LeaJobTrackerWebApp/Desktop/hallo/LEA/appsettings.json
younes elhaddoury bb13759af4 hallo
2025-09-17 10:28:02 +02:00

14 lines
326 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "Server=localhost;Database=jobtracker;User=root;Password=08911395;TreatTinyAsBoolean=true;SslMode=None"
}
}