Commit 79ea0cb5 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update jobseekerms.properties

parent 6bfa58ee
spring.application.name=jobseekerms
server.port=8085
spring.datasource.url=jdbc:mysql://localhost:3306/JobseekerSVCDB
spring.datasource.username=root
spring.datasource.password=ali123
spring.datasource.url=jdbc:mysql://mysql.sql.svc.cluster.local:3306/jobseeker
spring.datasource.username=abdullah
spring.datasource.password=aaa123
spring.jpa.hibernate.ddl-auto=update
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.fetchRegistry=true
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