gitlab-runner-gateway/src/main/resources/application.properties

16 lines
410 B
Properties
Raw Normal View History

2020-08-12 06:41:28 +00:00
spring.main.banner-mode=off
spring.main.lazy-initialization=false
2020-08-12 06:41:28 +00:00
spring.output.ansi.enabled=ALWAYS
2020-08-12 22:41:34 +00:00
server.port=^application.port^
2020-08-12 06:41:28 +00:00
# wikiproject.basePath=/api
logging.level.root=INFO
# spring boot actuator
management.server.port=8080
info.name=gitlab-runner-gateway
info.more.detail=This is a REST API use to gateway gitlab runner call to gitlab instance
management.endpoints.web.exposure.include=mappings