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

account service with .yml

parent 94f40f5e
No related branches found
No related tags found
No related merge requests found
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
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
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