Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eingang-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
eingang-manager
Commits
74fecb89
Commit
74fecb89
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-4428 fix local configuration
parent
0118c13f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
enterprise-adapter/src/main/resources/application-local.yml
+18
-0
18 additions, 0 deletions
enterprise-adapter/src/main/resources/application-local.yml
enterprise-adapter/src/main/resources/application.yml
+44
-0
44 additions, 0 deletions
enterprise-adapter/src/main/resources/application.yml
with
62 additions
and
0 deletions
enterprise-adapter/src/main/resources/application-local.yml
0 → 100644
+
18
−
0
View file @
74fecb89
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
This diff is collapsed.
Click to expand it.
enterprise-adapter/src/main/resources/application.yml
0 → 100644
+
44
−
0
View file @
74fecb89
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment