Skip to content

Commit 6636f83

Browse files
committed
Remove example and replace it with parameter descriptions
1 parent c9e7392 commit 6636f83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ Deploy as Multitenant Application:
238238
- Run `cf deploy mta_archives/bookshop-mt_1.0.0.mtar`
239239
- Go to another subaccount in your global account, under subscriptions and subscribe to the application you deployed.
240240
- Run `cf map-route bookshop-mt-app <YOUR DOMAIN> --hostname <SUBSCRIBER TENANT>-<ORG>-<SPACE>-bookshop-mt-app` or create and bind the route manually.
241-
- Example: `cf map-route bookshop cfapps.us10.hana.ondemand.com --hostname subscriber1-myOrg-mySpace-bookshop-mt-app`
241+
- `<YOUR DOMAIN>`: Find the app domain for your landscape by executing `cf domains`. It commonly starts with `cfapps.`.
242+
- `<SUBSCRIBER TENANT>`: The subdomain of the subscriber subaccount. You can find this info in the subaccount overview.
242243

243244
> [!NOTE]
244245
> Please note that the route length is limited to 63 characters and can easily be exceeded. So keeping the app name and sub-account subdomain as short as possible will help you stay within length.

0 commit comments

Comments
 (0)