chore(docs): Update quick start examples to match automatic generated password#2217
Conversation
d4d7247 to
8c3be72
Compare
|
I think it might be worth adding that you can also start the Iggy server with an optional |
Sure thing, I'm adding it now, though I see |
Yes, it's mostly a convenient way of starting the server with the default credentials (e.g. for the testing purposes) without a need to set the custom envs. |
… password Currently Iggy support automatically generated password for default root user "iggy" when no custom root user credential is provided. Update README so users will know they need to set their own custom root user credentials with environment variables, and iggy's command will not success when providing "-u iggy -p iggy" if users didn't set it explicitly. Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
… password (apache#2217) Currently Iggy support automatically generated password for default root user "iggy" when no custom root user credential is provided. Update README so users will know they need to set their own custom root user credentials with environment variables, and iggy's command will not success when providing "-u iggy -p iggy" if users didn't set it explicitly. Signed-off-by: I Hsin Cheng <richard120310@gmail.com>

Summary
Currently Iggy support automatically generated password for default root user "iggy" when no custom root user credential is provided. Update README so users will know they need to set their own custom root user credentials with environment variables, and iggy's command will not success when providing "-u iggy -p iggy" if users didn't set it explicitly.