2017-01-31 06:58:28 -05:00
|
|
|
spring.application.name=discovery
|
2017-01-18 17:09:47 -05:00
|
|
|
server.port=8761
|
2017-01-25 09:36:18 -05:00
|
|
|
|
|
|
|
#### cloud
|
2017-01-25 13:35:15 -05:00
|
|
|
eureka.instance.hostname=localhost
|
|
|
|
eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://system:systemPass@localhost:8761/eureka}
|
2017-01-18 17:09:47 -05:00
|
|
|
eureka.client.registerWithEureka=false
|
2017-01-22 09:23:07 -05:00
|
|
|
eureka.client.fetchRegistry=false
|
|
|
|
|
|
|
|
#### security
|
|
|
|
security.basic.enabled=true
|
|
|
|
security.basic.path=/**
|
|
|
|
security.user.name=system
|
|
|
|
security.user.password=systemPass
|
|
|
|
security.user.role=ADMIN
|
|
|
|
security.sessions=always
|