Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spring-cloud-config-repo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyen Ha
spring-cloud-config-repo
Commits
f4d29770
Commit
f4d29770
authored
Jan 03, 2020
by
Nguyen Ha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
919dc266
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
9 deletions
+29
-9
cryptocurrency-exchange-service.properties
cryptocurrency-exchange-service.properties
+0
-9
cryptocurrency-exchange-service.yml
cryptocurrency-exchange-service.yml
+29
-0
No files found.
cryptocurrency-exchange-service.properties
deleted
100644 → 0
View file @
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
=
/
cryptocurrency-exchange-service.yml
0 → 100644
View file @
f4d29770
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment