record-my-ruck/RecordMyRuck/appsettings.json

13 lines
227 B
JSON
Raw Permalink Normal View History

2024-05-17 04:30:18 +00:00
{
"ConnectionStrings": {
"AppDb": "Data Source=RecordMyRuck.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}