Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
adding directory of docker secrets instead of password
  • Loading branch information
Mahmood1717 authored Jan 19, 2024
1 parent 5f78208 commit 61b6c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ NODE_PUBLIC_IP_PROVIDER=seeip

# TODO: Operators need to add password to decrypt the above keys
# If you have some special characters in password, make sure to use single quotes
NODE_ECDSA_KEY_PASSWORD=''
NODE_BLS_KEY_PASSWORD=''
NODE_ECDSA_KEY_PASSWORD=/run/secrets/ecdsa_key_password
NODE_BLS_KEY_PASSWORD=/run/secrets/bls_key_password

0 comments on commit 61b6c09

Please sign in to comment.