11 lines
356 B
INI
11 lines
356 B
INI
server.port=8081
|
|
spring.application.name=config
|
|
|
|
spring.cloud.config.server.git.uri=${HOME}/application-config
|
|
|
|
eureka.client.region = default
|
|
eureka.client.registryFetchIntervalSeconds = 5
|
|
eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://system:systemPass@localhost:8761/eureka}
|
|
|
|
security.user.name=configUser
|
|
security.user.password=configPassword |