diff options
| author | Ronald Loyko <[email protected]> | 2022-09-29 07:14:11 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-28 21:14:11 -0700 |
| commit | d21a4e0bfb0885dd160a65db5fc752ee381bde76 (patch) | |
| tree | 0048b5fffac025bc76d76ed6b54914fed47e4a2d | |
| parent | 22ef49c431603ce6447e515178dcc1359dc836a1 (diff) | |
| download | caprover-one-click-apps-d21a4e0bfb0885dd160a65db5fc752ee381bde76.tar.gz caprover-one-click-apps-d21a4e0bfb0885dd160a65db5fc752ee381bde76.zip | |
fix: add username var to end instructions (#738)
| -rw-r--r-- | public/v4/apps/rocketchat.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/rocketchat.yml b/public/v4/apps/rocketchat.yml index 04983df..8c7f1a8 100644 --- a/public/v4/apps/rocketchat.yml +++ b/public/v4/apps/rocketchat.yml @@ -119,7 +119,7 @@ caproverOneClickApp: For more information see https://github.com/RocketChat/Rocket.Chat end: |- 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, Forum: https://forums.rocket.chat Open Community Server: https://open.rocket.chat/channel/support |
