vax-r commented on code in PR #2217:
URL: https://github.com/apache/iggy/pull/2217#discussion_r2385214113


##########
README.md:
##########
@@ -209,6 +209,27 @@ Run the tests:
 
 `cargo test`
 
+Set root user credentials (OPTIONAL):
+
+Iggy requires credentials to authenticate request to the server.
+You can set the root user **before** starting the server.
+
+**macOS/Linux**
+
+```
+export IGGY_ROOT_USERNAME=iggy
+export IGGY_ROOT_PASSWORD=iggy
+```
+
+**Windows(Powershell)**
+
+```
+$env:IGGY_ROOT_USERNAME = "iggy"
+$env:IGGY_ROOT_PASSWORD = "iggy"
+```
+
+*Note: If you skip this, the iggy server will automatically generate a 
password with default user iggy on first run*

Review Comment:
   Ok, right on it now, thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to