Last active
June 10, 2018 17:28
-
-
Save OmarElgabry/7aa8307d6e0196a307ea6756b82415e1 to your computer and use it in GitHub Desktop.
Eureka Image Service Configurations
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
| # serivce name | |
| spring.application.name=image-service | |
| # port | |
| server.port=8200 | |
| # eureka server url | |
| eureka.client.service-url.default-zone=http://localhost:8761/eureka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment