Created
October 27, 2019 15:12
-
-
Save marcusvieira88/625b8491a0fc75b2c1fa098fe90d054e to your computer and use it in GitHub Desktop.
Spring Cloud Config Server application.properties
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: spring-config-server | |
spring.profiles.active: redis | |
server.port: 8888 | |
spring.redis.port=6379 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment