Commit ae467f41 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update inerviewservice.properties

parent 14c39551
......@@ -4,10 +4,10 @@ spring.datasource.url=jdbc:mysql://mysql.sql.svc.cluster.local:3306/interview
spring.datasource.username=abdullah
spring.datasource.password=aaa123
spring.jpa.hibernate.ddl-auto=update
spring.kafka.bootstrap-servers=192.168.159.129:9092
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=interview-group
spring.kafka.consumer.auto-offset-reset=earliest
spring.kafka.topic.name=Interview_Topic
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://eurekasvc.jobportal.svc.cluster.local:8761/eureka/}
eureka.client.registerWithEureka=true
eureka.client.fetchRegistry=true
\ 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