Commit 0096860
fix: also detect loopback IPs (127.x.x.x) as local FalkorDB
The previous check only matched 'localhost'. Any loopback address like
127.0.0.1 should also start the internal FalkorDB instance instead of
waiting on an unreachable external host.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5e0f585 commit 0096860
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments