Skip to content

Commit

Permalink
cleanup zuul properties
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Dec 13, 2018
1 parent acbe60a commit dabcfec
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,10 @@ spring.profiles.active=dev
spring.cloud.consul.discovery.host=localhost
spring.cloud.consul.discovery.port=8500

# Endpoints to monitor
# zuul.routes.health.url=http://localhost:8090
# Zuul Endpoints to monitor
zuul.routes.v1.url=http://localhost:8090
zuul.routes.scene.url=http://localhost:8090
zuul.routes.object.url=http://localhost:8090
zuul.routes.property.url=http://localhost:8090
zuul.routes.asset.url=http://localhost:8090
zuul.routes.relationship.url=http://localhost:8090
zuul.routes.collection.url=http://localhost:8090
zuul.routes.project.url=http://localhost:8090
# This should allow Zuul to route https requests, for some reason
eureka.instance.secureVirtualHostName=${spring.application.name}
# Logging
logging.level.org.springframework=INFO
logging.level.org.apache.http=INFO
Expand Down

0 comments on commit dabcfec

Please sign in to comment.