Created
November 19, 2017 19:44
-
-
Save odedia/213f70aa6b9eed2d1277b78079f8684a to your computer and use it in GitHub Desktop.
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
| spring: | |
| application: | |
| name: configserver | |
| cloud: | |
| config: | |
| server: | |
| git: | |
| uri: https://github.com/odedia/spring-session-sample-config-repo.git | |
| eureka: | |
| instance: | |
| preferIpAddress: true | |
| client: | |
| registerWithEureka: true | |
| fetchRegistry: true | |
| serviceUrl: | |
| defaultZone: http://localhost:8761/eureka | |
| server: | |
| port: 8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment