Commit 5c12a30e authored by abdullh.alsoleman's avatar abdullh.alsoleman

Config files of services

parent 8d28239e
server.port=9003
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://localhost:8761/eureka/}
spring.data.mongodb.username=abdullah
spring.data.mongodb.password=aaa123
spring.data.mongodb.database=companyDB
spring.data.mongodb.port=28017
spring.data.mongodb.host=192.168.59.132
\ No newline at end of file
server.port = 8761
eureka.client.registerWithEureka=false
eureka.client.fetchRegistry=false
\ No newline at end of file
server.port=9002
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://localhost:8761/eureka/}
spring.data.mongodb.username=abdullah
spring.data.mongodb.password=aaa123
spring.data.mongodb.database=jobsdb
spring.data.mongodb.port=28017
spring.data.mongodb.host=192.168.59.132
server.port=9001
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://localhost:8761/eureka/}
spring.data.mongodb.username=abdullah
spring.data.mongodb.password=aaa123
spring.data.mongodb.database=jobsdb
spring.data.mongodb.port=28017
spring.data.mongodb.host=192.168.59.132
\ No newline at end of file
spring.application.name=ProducerService
server.port=8088
spring.kafka.bootstrap-servers=192.168.159.129:9092
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://localhost:8761/eureka/}
eureka.client.registerWithEureka=true
eureka.client.fetchRegistry=true
\ No newline at end of file
server.port=8086
spring.data.mongodb.uri=mongodb://192.168.159.129:27018/cvSVCDB
spring.data.mongodb.database=cvSVCDB
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://localhost:8761/eureka/}
eureka.client.registerWithEureka=true
eureka.client.fetchRegistry=true
\ No newline at end of file
server:
port: 8089
eureka:
client:
register-with-eureka: true
fetch-registry: true
service-url:
default-zone: http://localhost:8761/eureka/
spring:
cloud:
gateway:
routes:
- id: cv-service
uri: lb://cvservice
predicates:
- Path=/api/cvs/**
- id: jobseeker-service
uri: lb://jobseekerms
predicates:
- Path=/api/jobseekers/**
- id: interview-service
uri: lb://inerviewservice
predicates:
- Path=/api/interviews/**
- id: producer-service
uri: lb://ProducerService
predicates:
- Path=/api/producer/**
- id: company-service
uri: lb://Company
predicates:
- Path=/api/company/**
- id: applicant-service
uri: lb://JobApplication
predicates:
- Path=/api/applicants/**
- id: job-service
uri: lb://JobService
predicates:
- Path=/api/jobs/**
- id: eureka-service
uri: http://localhost:8761
predicates:
- Path=/eureka/main
filters:
- SetPath= /
- id: eureka-service-static
uri: http://localhost:8761
predicates:
- Path=/eureka/**
spring.application.name=inerviewservice
server.port=8087
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=192.168.159.129:9092
spring.kafka.consumer.group-id=interview-group
spring.kafka.consumer.auto-offset-reset=earliest
spring.kafka.topic.name=Interview_Topic
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://localhost:8761/eureka/}
eureka.client.registerWithEureka=true
eureka.client.fetchRegistry=true
\ No newline at end of file
spring.application.name=jobseekerms
server.port=8085
spring.datasource.url=jdbc:mysql://localhost:3306/JobseekerSVCDB
spring.datasource.username=root
spring.datasource.password=ali123
spring.jpa.hibernate.ddl-auto=update
eureka.client.serviceUrl.defaultZone= ${EUREKA_URL:http://localhost: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