Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@norbertpotocki
Created April 5, 2016 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norbertpotocki/e0f307b4238e0b70ed7d0a775dc7ea28 to your computer and use it in GitHub Desktop.
Save norbertpotocki/e0f307b4238e0b70ed7d0a775dc7ea28 to your computer and use it in GitHub Desktop.
---
spring:
profiles: local
configuration:
endpoint:
protocol: http
hostname: localhost
port: 8500
environment: local
---
spring:
profiles: prod-us-west
configuration:
endpoint:
protocol: http
hostname: us-west.consul.myapp.com
port: 8500
environment: prod-us-west
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment