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

Update inerviewservice.properties

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