Commit d99e38e
committed
fix: correct default value for HTTP GitHub check configuration
- Updated the default value for the SESAME_HEALTH_ENABLE_HTTP_CHECK environment variable from 'true' to 'false' to align with intended behavior.
- This change ensures that the HTTP check is disabled by default unless explicitly enabled by the user.1 parent 9829dc1 commit d99e38e
File tree
2 files changed
+2
-1
lines changed- apps/api/src/core/health
- documentation
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments