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

Update cvservice.properties

parent 769226b7
...@@ -2,5 +2,6 @@ server.port=8086 ...@@ -2,5 +2,6 @@ server.port=8086
spring.data.mongodb.uri=mongodb://mongodb.mongo.svc.cluster.local:27017/cvSVCDB spring.data.mongodb.uri=mongodb://mongodb.mongo.svc.cluster.local:27017/cvSVCDB
spring.data.mongodb.database=cv spring.data.mongodb.database=cv
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://eurekasvc.jobportal.svc.cluster.local:8761/eureka/} eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://eurekasvc.jobportal.svc.cluster.local:8761/eureka/}
eureka.instance.preferIpAddress=true
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