2017-01-22 16:23:07 +02:00
|
|
|
#### cloud
|
2017-01-19 00:09:47 +02:00
|
|
|
server.port=8761
|
|
|
|
eureka.client.registerWithEureka=false
|
2017-01-22 16:23:07 +02: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
|