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

Update inerviewservice.properties

parent 61346d5a
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=192.168.159.129:9092
spring.kafka.consumer.group-id=interview-group spring.kafka.consumer.group-id=interview-group
spring.kafka.consumer.auto-offset-reset=earliest spring.kafka.consumer.auto-offset-reset=earliest
spring.kafka.topic.name=Interview_Topic spring.kafka.topic.name=Interview_Topic
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://localhost:8761/eureka/} eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://eurekasvc.jobportal.svc.cluster.local:8761/eureka/}
eureka.client.registerWithEureka=true eureka.client.registerWithEureka=true
eureka.client.fetchRegistry=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