Skip to content

Commit

Permalink
Update docker-compose-sim-prd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomt1664 authored Nov 27, 2024
1 parent af9449e commit 761b2bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose-sim-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
context: token-server
dockerfile: Dockerfile
environment:
- PROCESSOR_URL = "http://0.0.0.0:18080"
- API_KEY = "aaaaa"
- PROCESSOR_URL = ""
- API_KEY = ""
- FEE = 10000
- UNIT = "BTC"
- DELAY = 3600
Expand All @@ -40,6 +40,9 @@ services:
- DB_HOST = "<CHANGEME>"
- DB_PORT = 5432
- DB_NAME = "mercury"
- BITCOIND = "http://user:[email protected]:8332/"
- LIGHTNINGD = ""
- LNMACAROON = ""
ports:
- "18080:18080"
explorer:
Expand Down

0 comments on commit 761b2bd

Please sign in to comment.