record-my-ruck/RecordMyRuck/appsettings.json
2024-05-16 22:30:18 -06:00

13 lines
227 B
JSON

{
"ConnectionStrings": {
"AppDb": "Data Source=RecordMyRuck.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}