fix: add username var to end instructions (#738)
This commit is contained in:
parent
22ef49c431
commit
d21a4e0bfb
|
|
@ -119,7 +119,7 @@ caproverOneClickApp:
|
||||||
For more information see https://github.com/RocketChat/Rocket.Chat
|
For more information see https://github.com/RocketChat/Rocket.Chat
|
||||||
end: |-
|
end: |-
|
||||||
Your Rocket.Chat instance is now available at http://$$cap_appname.$$cap_root_domain
|
Your Rocket.Chat instance is now available at http://$$cap_appname.$$cap_root_domain
|
||||||
Log in to your newly deployed Rocket.Chat instance with the default admin account, username: "captain" and password: "$$cap_admin_password"
|
Log in to your newly deployed Rocket.Chat instance with the default admin account, username: "$$cap_admin_username" and password: "$$cap_admin_password"
|
||||||
If you face any issues, you can reach out at,
|
If you face any issues, you can reach out at,
|
||||||
Forum: https://forums.rocket.chat
|
Forum: https://forums.rocket.chat
|
||||||
Open Community Server: https://open.rocket.chat/channel/support
|
Open Community Server: https://open.rocket.chat/channel/support
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue