Skip to content
Snippets Groups Projects
Commit 3a3d6129 authored by Fernando Ferreira de Lima Filho's avatar Fernando Ferreira de Lima Filho
Browse files

feature: config service account, auth and client

parent daa769ce
No related branches found
No related tags found
1 merge request!2feature: config service account, auth and client
server:
port: 8200
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
server:
port: 8300
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
server:
port: 8100
eureka:
client:
service-url:
defaultZone: http://eureka-service:8761/eureka/
spring:
application:
name: client-service
data:
mongodb:
uri: mongodb://mongo-db-client:27017/db
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment