Overflow/Overflow.Web/appsettings.json
Andy Pack 4c5fa9e0e6
Some checks are pending
ci / build (8.0.x) (push) Waiting to run
ci / build-Docker (push) Blocked by required conditions
adding wasm client project, github actions, radzen
2024-06-09 18:43:32 +01:00

13 lines
209 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Default": "mongodb://localhost"
},
"AllowedHosts": "*"
}