Files
OneForMe/appsettings.json
2025-11-29 20:25:53 +01:00

13 lines
223 B
JSON

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