Skip to content

Commit

Permalink
Update eureka.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb authored May 10, 2022
1 parent d49f6da commit 21595c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eureka.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
spring:
profiles: cloudpeers
config.activate.on-profile: cloudpeers
eureka:
client:
serviceUrl:
defaultZone: ${vcap.services.${PREFIX:}othereureka.credentials.uri:http://${PREFIX:}othereureka.${application.domain:cfapps.io}}/eureka/

---
spring:
profiles: docker
config.activate.on-profile: docker
eureka:
client:
serviceUrl:
Expand Down

0 comments on commit 21595c9

Please sign in to comment.