Skip to content

Instantly share code, notes, and snippets.

@tygern
Created November 18, 2016 17:02
Show Gist options
  • Save tygern/ff797f8889b8cb97081218ff24d4b89a to your computer and use it in GitHub Desktop.
Save tygern/ff797f8889b8cb97081218ff24d4b89a to your computer and use it in GitHub Desktop.
sample ribbon configuration
export EUREKA_CLIENT_ENABLED=false
export RIBBON_EUREKA_ENABLED=false
export TODO_APP_RIBBON_LISTOFSERVERS=http://localhost:8080
export TASK_SERVICE_RIBBON_LISTOFSERVERS=http://localhost:8081
export NOTIFICATION_SERVICE_RIBBON_LISTOFSERVERS=http://localhost:8082
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment