Files
OneForMe/appsettings.json
2025-11-30 14:51:53 +01:00

14 lines
248 B
JSON

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