Remove erroneous management.server.address config from Actuator smoke test
See gh-22187
This commit is contained in:
parent
3f1f830efe
commit
d82acc3ac5
|
@ -5,7 +5,6 @@ spring.security.user.password=password
|
|||
|
||||
# logging.file.name=/tmp/logs/app.log
|
||||
# logging.level.org.springframework.security=DEBUG
|
||||
management.server.address=127.0.0.1
|
||||
|
||||
management.endpoints.web.exposure.include=*
|
||||
management.endpoint.shutdown.enabled=true
|
||||
|
|
Loading…
Reference in New Issue