Files
hotline-planner/dev/backend/HotlinePlanner profile pic and bg worker/appsettings.json
2026-02-24 13:32:01 +01:00

12 lines
303 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=hotline_planner_db;Username=hotline_planner;Password=iE8Jcx7EwhcMZ2cO"
},
"AllowedHosts": "*"
}