Skip to content

Commit

Permalink
ci: add mock config for realtime price server
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Mar 19, 2024
1 parent f0629fc commit 4d8b842
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev/config/price.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
exchanges:
- provider: "dev-mock"
base: "BTC"
quote: "*"
enabled: true
config:
devMockPrice:
BTC:
EUR: 17500
USD: 20000
# Following require dummy values
name: ""
cron: "*/5 * * * * *"
2 changes: 2 additions & 0 deletions dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
ports:
- 50051:50051
- 9464:9464
volumes:
- ${HOST_PROJECT_PATH:-.}/config/price.yml:/var/yaml/custom.yaml
price-history:
image: us.gcr.io/galoy-org/price-history:edge
ports:
Expand Down

0 comments on commit 4d8b842

Please sign in to comment.