Skip to content
Snippets Groups Projects

feature: config service account, auth and client

Merged Fernando Ferreira de Lima Filho requested to merge master into main
3 files
+ 36
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 12
0
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
Loading