Skip to content

Commit

Permalink
#768: clean up ymls
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStrehlerCGI committed Nov 30, 2023
1 parent 804e6ed commit 9874d52
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 215 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ server:
spring:
application:
name: DigiWF OK.EWO Integration
banner:
location: banner.txt
lifecycle:
timeout-per-shutdown-phase: 1m
cloud:
Expand Down Expand Up @@ -89,7 +87,7 @@ io:
searchPerson: "searchPerson"
getPersonErweitert: "getPersonErweitert"
searchPersonErweitert: "searchPersonErweitert"
# FIXME: move to io.muenchendigital
# TODO: move to io.muenchendigital
de:
muenchen:
oss:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,61 +7,9 @@ de:
url: 'http://localhost:8089'
username: 'username'
benutzerId: 'benutzerId'


management:
endpoint:
health:
enabled: true
info:
enabled: true
prometheus:
enabled: true
endpoints:
enabled-by-default: false
web:
exposure:
include: health, info, prometheus, livenessstate, readinessstate
path-mapping:
prometheus: metrics
server:
port: ${server.port}
server:
error:
include-exception: false
include-stacktrace: never
whitelabel:
enabled: false
port: 8080
shutdown: graceful
spring:
application:
name: DigiWF OK.EWO Integration
banner:
location: banner.txt
lifecycle:
timeout-per-shutdown-phase: 1m
cloud:
stream:
kafka:
binder:
configuration:
security:
protocol: ${KAFKA_SECURITY_PROTOCOL:PLAINTEXT}
producerProperties:
value:
serializer: org.springframework.kafka.support.serializer.JsonSerializer
key:
serializer: org.springframework.kafka.support.serializer.JsonSerializer
consumerProperties:
auto:
offset:
reset: latest
key:
deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
value:
deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
brokers: ${KAFKA_BOOTSTRAP_SERVER:localhost}:${KAFKA_BOOTSTRAP_SERVER_PORT:29092}
bindings:
functionRouter-in-0:
group: "dwf-okewo-service"
Expand All @@ -83,13 +31,6 @@ spring:
definition: functionRouter;sendMessage;integrationTestConsumer;
routing-expression: "headers['type']"

kafka:
consumer:
properties:
spring:
json:
trusted:
packages: '*'
# DigiWF config
io:
muenchendigital:
Expand Down

0 comments on commit 9874d52

Please sign in to comment.