Commit 6ffbc8a
committed
fix: correct fly.toml http_checks array format
- Change from nested [http_service.checks] object to [[http_service.http_checks]] array
- Fixes fly launch validation error: cannot unmarshal object into array
- Health check configuration now uses proper TOML array syntax1 parent 10626c8 commit 6ffbc8a
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments