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

Merge branch 'master' into 'main'

feature: config service account, auth and client

See merge request !2
parents 4eb65b5c 6c82e77c
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