You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -112,10 +112,10 @@ include_v3
112
112
113
113
#### The full set of config parameters is explained below:
114
114
##### Required parameters:
115
-
*`api`: Cloud Controller API endpoint.
115
+
*`api`: Cloud Controller API endpoint, without scheme (HTTP/S) specified.
116
116
*`admin_user`: Name of a user in your CF instance with admin credentials. This admin user must have the `doppler.firehose` scope.
117
117
*`admin_password`: Password of the admin user above.
118
-
*`apps_domain`: A shared domain that tests can use to create subdomains that will route to applications also created in the tests.
118
+
*`apps_domain`: A shared domain that tests can use to create subdomains that will route to applications also created in the tests, without scheme (HTTP/S) specified.
119
119
*`skip_ssl_validation`: Set to true if using an invalid (e.g. self-signed) cert for traffic routed to your CF instance; this is generally always true for BOSH-Lite deployments of CF.
0 commit comments