feat(host): health endpoints + per-environment appsettings layout

This commit is contained in:
Joseph Doherty
2026-05-26 05:23:01 -04:00
parent e2b357f89a
commit fa1d685ccd
5 changed files with 144 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Akka": "Information"
}
}
},
"Security": {
"Ldap": {
"DevStubMode": true
}
}
}