Skip to content

Commit

Permalink
Update 1.configurations.md (vesoft-inc#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Oct 8, 2023
1 parent 23ba9ea commit 3795137
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ curl 127.0.0.1:19669/flags
curl 127.0.0.1:19779/flags
```

Utilizing the `-s` or `-silent option allows for the concealment of the progress bar and error messages. For example:

```bash
curl -s 127.0.0.1:19559/flags
```

!!! Note

In an actual environment, use the real host IP address instead of `127.0.0.1` in the above example.
Expand Down

0 comments on commit 3795137

Please sign in to comment.