2017-01-25 20:35:15 +02:00
|
|
|
server.port=8081
|
|
|
|
|
spring.application.name=config
|
|
|
|
|
|
2017-01-25 23:35:30 +02:00
|
|
|
spring.cloud.config.server.git.uri=${HOME}/application-config
|
2017-01-25 20:35:15 +02:00
|
|
|
|
2017-01-25 23:35:30 +02:00
|
|
|
eureka.client.region = default
|
|
|
|
|
eureka.client.registryFetchIntervalSeconds = 5
|
|
|
|
|
eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://system:systemPass@localhost:8761/eureka}
|
2017-01-26 13:27:28 +02:00
|
|
|
|
|
|
|
|
security.user.name=configUser
|
|
|
|
|
security.user.password=configPassword
|