From 7cbd005e79ce35f1192d9b8f556af972c688994a Mon Sep 17 00:00:00 2001 From: Vinicius Carvalho Date: Thu, 3 Aug 2017 14:34:04 -0400 Subject: [PATCH] Adding section on cloudfoundry and VCAP_SERVICES for connection factories --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 53f410359..7ec249f00 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -2289,3 +2289,9 @@ hello world 1458595078733 hello world 1458595079734 hello world 1458595080735 ---- + +=== Deploying Stream applications on CloudFoundry + +On CloudFoundry services are usually exposed via a special environment variable called https://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES[VCAP_SERVICES]. + +When configuring your binder connections, you can use the values from an environment variable as explained on the http://docs.spring.io/spring-cloud-dataflow-server-cloudfoundry/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-ups[dataflow cloudfoundry server] docs.