File tree Expand file tree Collapse file tree 3 files changed +1
-55
lines changed
kotlin/no/nav/klage/document/config Expand file tree Collapse file tree 3 files changed +1
-55
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ dependencies {
4040 implementation(" com.zaxxer:HikariCP" )
4141 implementation(" org.postgresql:postgresql" )
4242
43- implementation(" io.micrometer:micrometer-registry-prometheus" )
44- implementation(" io.micrometer:micrometer-tracing-bridge-brave" )
45-
4643 implementation(" ch.qos.logback:logback-classic" )
4744 implementation(" net.logstash.logback:logstash-logback-encoder:$logstashVersion " )
4845 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1" )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 name : kabal-smart-editor-api
44 main :
55 banner-mode : OFF
6- sleuth :
7- baggage :
8- remote-fields :
9- - Nav-Callid
10- - Nav-Consumer-Id
11- correlation-fields :
12- - Nav-Callid
13- - Nav-Consumer-Id
146 mvc :
157 throw-exception-if-no-handler-found : true
168 lifecycle :
@@ -44,8 +36,6 @@ server:
4436 enabled : false
4537 shutdown : graceful
4638
47- navCallIdName : Nav-Callid
48-
4939management :
5040 endpoint :
5141 health :
@@ -62,12 +52,7 @@ management:
6252 export :
6353 enabled : true
6454 tracing :
65- baggage :
66- remote-fields :
67- - ${navCallIdName}
68- correlation :
69- fields :
70- - ${navCallIdName}
55+ enabled : false
7156
7257no.nav.security.jwt :
7358 issuer :
You can’t perform that action at this time.
0 commit comments