Remove erroneous management.server.address config from Actuator smoke test

See gh-22187
This commit is contained in:
Andy Wilkinson 2020-10-19 15:45:37 +01:00
parent 3f1f830efe
commit d82acc3ac5

View File

@ -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