We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e19fb7 commit 95b10f4Copy full SHA for 95b10f4
README.md
@@ -40,6 +40,7 @@ Engine is a backend HTTP server that calls smart contracts with your managed bac
40
1. Run Engine.
41
```bash
42
docker run \
43
+ -e ENCRYPTION_PASSWORD="<encryption_password>" \
44
-e THIRDWEB_API_SECRET_KEY="<thirdweb_secret_key>" \
45
-e ADMIN_WALLET_ADDRESS="<admin_wallet_address>" \
46
-e POSTGRES_CONNECTION_URL="postgresql://postgres:postgres@host.docker.internal:5432/postgres?sslmode=disable" \
0 commit comments