ticket_manager/appsettings.json

14 lines
No EOL
267 B
JSON

{
"https_port": 443,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Sqlite": "Data Source=app.db"
}
}