Commit f4d29770 authored by Nguyen Ha's avatar Nguyen Ha

up

parent 919dc266
#port
server.port=8000
eureka.client.service-url.defaultZone: http://localhost:8761/eureka/
#api-url
coin.market.cap.api=https://api.coinmarketcap.com/v1/ticker
management.endpoints.web.exposure.include=hystrix.stream
management.endpoints.web.base-path=/
coin:
market:
cap:
api: https://api.coinmarketcap.com/v1/ticker
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka/
management:
endpoints:
web:
base-path: /
exposure:
include: hystrix.stream
server:
port: 8000
spring:
rabbitmq:
host: 192.168.1.201
port: 8080
username: guest
password: guest
listener:
simple:
concurrency: 4
max-concurrency: 8
retry:
initial-interval: 5000
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment