Skip to content

Commit

Permalink
Update quickstart.md (#365)
Browse files Browse the repository at this point in the history
Encryption secret key added
  • Loading branch information
Ibrahim-Halil-Kuray authored Sep 21, 2023
1 parent 6e1842a commit 0e39f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Run the following command in the directory containing your `docker-compose.yml`
export PROXEUS_EMAIL_FROM=<Your valid Sender Email Address>
export PROXEUS_INFURA_API_KEY=<Your Infura project ID>
export PROXEUS_SPARKPOST_API_KEY=<Your SparkPost API Key>
export PROXEUS_ENCRYPTION_SECRET_KEY=<A 32-character random string>
export PROXEUS_BLOCKCHAIN_CONTRACT_ADDRESS=0x1d3e5c81bf4bc60d41a8fbbb3d1bae6f03a75f71
export PROXEUS_ALLOW_HTTP=true
docker-compose up
Expand Down

0 comments on commit 0e39f90

Please sign in to comment.