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

Update inerviewservice.properties

parent ad63cf87
spring.application.name=inerviewservice spring.application.name=inerviewservice
server.port=8087 server.port=8087
spring.datasource.url=jdbc:mysql://localhost:3306/interviewSVCDB spring.datasource.url=jdbc:mysql://mysql.sql.svc.cluster.local:3306/interview
spring.datasource.username=root spring.datasource.username=abdullah
spring.datasource.password=ali123 spring.datasource.password=aaa123
spring.jpa.hibernate.ddl-auto=update 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.security.protocol=SASL_PLAINTEXT
spring.kafka.properties.sasl.mechanism=PLAIN 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.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="user1" password="r48ZrwWBmu";
......
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