Skip to content

Instantly share code, notes, and snippets.

@OmarElgabry
Last active June 10, 2018 17:28
Show Gist options
  • Select an option

  • Save OmarElgabry/7aa8307d6e0196a307ea6756b82415e1 to your computer and use it in GitHub Desktop.

Select an option

Save OmarElgabry/7aa8307d6e0196a307ea6756b82415e1 to your computer and use it in GitHub Desktop.
Eureka Image Service Configurations
# 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