Skip to content

Commit

Permalink
chore(tile) add application.yml for tile
Browse files Browse the repository at this point in the history
  • Loading branch information
patsys committed Aug 29, 2018
1 parent c1eda70 commit edd369a
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions osb-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -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
rabbitmq:
host: "${RABBITMQ_HOST}"
data:
mongodb:
host: "${MONGODB_HOST}"
haproxy:
uri: "https://${HAPROXY-AGENT_HOST}/agents/${HAPROXY-AGENT_ID}/schemas?type=listen"

0 comments on commit edd369a

Please sign in to comment.