Skip to content

Commit

Permalink
fix escaping in README
Browse files Browse the repository at this point in the history
  • Loading branch information
metskem committed Feb 20, 2023
1 parent 47e6322 commit 630d32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The configuration for the template broker consists of the following environment
* **SSB_HTTP_TIMEOUT** - Timeout in seconds for connecting to UAA endpoint, default is 10.
* **SSB_CLIENT_ID** - The uaa client to use for logging in, should have ??? scope.
* **SSB_CFAPI_URL** - The URL where to reach the cf api.
* **SSB_SCHEDULER_ENDPOINT** - The URL where to reach the scheduler rest endpoint (i.e. https://scheduler.sys.<cf domain>). This is used by the scheduler-plugin.
* **SSB_SCHEDULER_ENDPOINT** - The URL where to reach the scheduler rest endpoint (i.e. https://scheduler.sys.\<cf domain\>). This is used by the scheduler-plugin.
* **SSB_BROKER_USER** - The userid for the broker (should be specified issuing the _cf create-service-broker_ cmd).
* **SSB_CATALOG_DIR** - The directory where to find the cf catalog for the broker, the directory should contain a file called catalog.json.
* **SSB_LISTEN_PORT** - The port that the broker should listen on, default is 8080.
Expand Down

0 comments on commit 630d32b

Please sign in to comment.