Files
RuvdsIpCheck/src/IpCheck.Server/appsettings.json
Codex 8ec7ee2ec9
Some checks failed
CI / build-test (push) Has been cancelled
CI / containers (push) Has been cancelled
Add distributed F# monitoring platform
2026-08-09 18:22:24 +03:00

6 lines
163 B
JSON

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