Skip to content

Commit

Permalink
chore: capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
rk16449 committed Nov 26, 2024
1 parent 41bb7ae commit af9449e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose-sim-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ services:
context: token-server
dockerfile: Dockerfile
environment:
- processor_url = "http://0.0.0.0:18080"
- api_key = "aaaaa"
- fee = 10000
- unit = "BTC"
- delay = 3600
- PROCESSOR_URL = "http://0.0.0.0:18080"
- API_KEY = "aaaaa"
- FEE = 10000
- UNIT = "BTC"
- DELAY = 3600
- DB_USER = "mercurylayer"
- DB_PASSWORD = "<CHANGEME>"
- DB_HOST = "<CHANGEME>"
Expand Down

0 comments on commit af9449e

Please sign in to comment.