Commit 2d2ce127 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update inerviewservice.properties

parent ae467f41
spring.application.name=inerviewservice spring.application.name=inerviewservice
server.port=8087 server.port=8087
spring.datasource.url=jdbc:mysql://mysql.sql.svc.cluster.local:3306/interview spring.datasource.url=jdbc:mysql://localhost:3306/interviewSVCDB
spring.datasource.username=abdullah spring.datasource.username=root
spring.datasource.password=aaa123 spring.datasource.password=ali123
spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.ddl-auto=update
spring.kafka.bootstrap-servers=kafka.default.svc.cluster.local: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
......
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