Skip to content
Snippets Groups Projects
Commit 74fecb89 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4428 fix local configuration

parent 0118c13f
No related branches found
No related tags found
No related merge requests found
logging:
config: classpath:log4j2-local.xml
server:
port: 9294
error:
include-stacktrace: always
kop:
adapter:
targetPlutoName: local
fallbackStrategy: DENY
grpc:
client:
pluto-local:
address: static://127.0.0.1:9090
negotiationType: PLAINTEXT
\ No newline at end of file
logging:
level:
ROOT: WARN
'[de.itvsh]': INFO
spring:
servlet:
multipart:
max-file-size: 124MB
max-request-size: 256MB
file-size-threshold: 10MB
server:
http2:
enabled: true
error:
include-stacktrace: never
management:
server:
port: 8081
health:
livenessState:
enabled: true
readinessState:
enabled: true
endpoint:
health:
group:
exploratory:
include: livenessState,readinessState,ping
show-details: always
probes:
enabled: true
prometheus:
enabled: true
endpoints:
web:
exposure:
include: health,prometheus
kop:
adapter:
routingStrategy: SINGLE
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment