diff --git a/osb-service/src/main/resources/application.yml b/osb-service/src/main/resources/application.yml index 2133174..3e078b4 100644 --- a/osb-service/src/main/resources/application.yml +++ b/osb-service/src/main/resources/application.yml @@ -1,24 +1,9 @@ +--- spring: - ### Profile ### - profiles: - active: local - ### General Information ### - application: - name: example-dev - ### Security ### - ssl: - acceptSelfSigned: true - ### Cloud Config ### - cloud: - config: - uri: ${SPRING_CLOUD_CONFIG_URI:http://localhost:8081} - - ### General Information ### - info: - app: - name: Example Service Broker - description: This is a example Service Broker, demonstrating the purpose of SB development - version: 1.1.0 - - server: - port: 8080 \ No newline at end of file + rabbitmq: + host: "${RABBITMQ_HOST}" + data: + mongodb: + host: "${MONGODB_HOST}" +haproxy: + uri: "https://${HAPROXY-AGENT_HOST}/agents/${HAPROXY-AGENT_ID}/schemas?type=listen"