Commit 922468e0 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Add new file

parent e1aea925
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment