Skip to content

Commit

Permalink
fix: add new new to sample.env
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Apr 5, 2023
1 parent e64bf82 commit 1f8f3aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ PUBSUB_SERVICE=rabbitmq
RABBITMQ_URL=wss://rabbitmq_url
RABBITMQ_LOGIN=test
RABBITMQ_PASSCODE=test

# passoword form file
RABBITMQ_PASSCODE_FILE=path/to/file
# Private key
# Used to sign transactions and stop the protocol.
# Make sure there are enough ETH on the balance to send a transaction to stop the protocol
WALLET_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001
# private key form file
WALLET_PRIVATE_KEY_FILE=path/to/file

KEYS_API_HOST=http://keys_api_service_api

Expand Down

0 comments on commit 1f8f3aa

Please sign in to comment.