Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
Configuration
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Configuration
Commits
922468e0
Commit
922468e0
authored
Jul 21, 2024
by
abdullh.alsoleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
e1aea925
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
notificationsvc.properties
notificationsvc.properties
+15
-0
No files found.
notificationsvc.properties
0 → 100644
View file @
922468e0
server.port
=
8090
spring.datasource.url
=
jdbc:mysql://mysql.sql.svc.cluster.local:3306/notificationSVCDB
spring.datasource.username
=
abdullah
spring.datasource.password
=
aaa123
spring.jpa.hibernate.ddl-auto
=
update
spring.kafka.bootstrap-servers
=
kafka.default.svc.cluster.local:9092
spring.kafka.properties.security.protocol
=
SASL_PLAINTEXT
spring.kafka.properties.sasl.mechanism
=
PLAIN
spring.kafka.properties.sasl.jaas.config
=
org.apache.kafka.common.security.plain.PlainLoginModule required username="user1" password="r48ZrwWBmu";
spring.kafka.consumer.group-id
=
notification-group
spring.kafka.topic.name
=
Notification_Topic
spring.kafka.consumer.auto-offset-reset
=
earliest
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment