You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@
14
14
15
15
- To restart the application, use the command: `./datagram-intelligence -cmd restart`
16
16
17
-
- Check the application's health:
17
+
- Check the application health:
18
18
19
-
- To check the application's health, use curl: `curl your_domain:port/api/up`
19
+
- To check the health of the application, use the command: `curl your_domain:port/api/up`
20
20
21
-
- Note: `your_domain` is the IP or domain of the server, and similarly for `port`. They are configured in the `HTTPServer` section of the `config.yaml` file.
21
+
- Note: `your_domain` is the IP or domain of the server, and similarly for `port`. These are configured in the `HTTPServer` section of the `config.yaml` file.
0 commit comments