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

24 lines
610 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-10-03 15:03:48 +00:00
spring.jackson.serialization.write-dates-as-timestamps=false
2020-08-12 06:41:28 +00:00
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
2020-09-15 23:04:29 +00:00
# this log print request content
logging.level.org.apache.coyote.http11.Http11InputBuffer=DEBUG
# 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
2020-10-03 15:03:48 +00:00
gitlab-ci.username=
gitlab-ci.password=