Skip to content

Commit

Permalink
fix: keys api host
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Mar 14, 2023
1 parent b5a2314 commit b03ff22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RABBITMQ_PASSCODE=test
# Make sure there are enough ETH on the balance to send a transaction to stop the protocol
WALLET_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001
KEYS_API_HOST=http://127.0.0.1
KEYS_API_HOST=http://keys_api_service_api
# Keys API
KEYS_API_PORT=3001
Expand Down
2 changes: 1 addition & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RABBITMQ_PASSCODE=test
# Make sure there are enough ETH on the balance to send a transaction to stop the protocol
WALLET_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001

KEYS_API_HOST=http://127.0.0.1
KEYS_API_HOST=http://keys_api_service_api

# Keys API
KEYS_API_PORT=3001
Expand Down

0 comments on commit b03ff22

Please sign in to comment.