-
-
Save tygern/ff797f8889b8cb97081218ff24d4b89a to your computer and use it in GitHub Desktop.
sample ribbon configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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