diff --git a/account-service.properties b/account-service.properties deleted file mode 100644 index e3079d83d5224f3443ec7379f2554751677c9a58..0000000000000000000000000000000000000000 --- a/account-service.properties +++ /dev/null @@ -1,4 +0,0 @@ -server.port=8200 -eureka.client.service-url.defaultZone=http://eureka-service:8761/eureka/ -spring.application.name=account-service -spring.application.data.mongodb.uri=mongodb://mongo-db-account:27017/db \ No newline at end of file diff --git a/account-service.yml b/account-service.yml new file mode 100644 index 0000000000000000000000000000000000000000..d154f7431bb4e774dd36b9ffbc519c4d66061fa2 --- /dev/null +++ b/account-service.yml @@ -0,0 +1,10 @@ +eureka: + client: + service-url: + defaultZone: http://eureka-service:8761/eureka/ +spring: + application: + name: account-service + data: + mongodb: + uri: mongodb://mongo-db-account:27017/db \ No newline at end of file diff --git a/auth-service.yml b/auth-service.yml new file mode 100644 index 0000000000000000000000000000000000000000..06650630202c7135690b3d31c254c7ce7a162994 --- /dev/null +++ b/auth-service.yml @@ -0,0 +1,10 @@ +eureka: + client: + service-url: + defaultZone: http://eureka-service:8761/eureka/ +spring: + application: + name: auth-service + data: + mongodb: + uri: mongodb://mongo-db-auth:27015/db \ No newline at end of file diff --git a/client-service.yml b/client-service.yml index c2fdcc30542422a03b91959df08253aeea8231d8..204f32e9b7a6786b665265167ec464d9a50d8171 100644 --- a/client-service.yml +++ b/client-service.yml @@ -1,5 +1,3 @@ -server: - port: 8100 eureka: client: service-url: