🚧 back: WIP Initial diagnostic endpoint (#762)

This commit is contained in:
Eric Doughty-Papassideris
2024-12-08 22:49:10 +01:00
parent 4c05cf9dee
commit 98723a5f86
22 changed files with 596 additions and 32 deletions
+7
View File
@@ -35,6 +35,12 @@
"logger": {
"level": "debug"
},
"diagnostics": {
"skipKeys": [],
"probeSecret": "",
"secret": "",
"secretChallengeRefreshS": 15
},
"tracker": {
"type": "segment",
"segment": {
@@ -226,6 +232,7 @@
},
"services": [
"auth",
"diagnostics",
"push",
"storage",
"webserver",