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 e4a217e commit cffc32aCopy full SHA for cffc32a
.env.example
@@ -6,8 +6,12 @@ THIRDWEB_API_SECRET_KEY="<your-thirdweb-api-secret-key>"
6
POSTGRES_CONNECTION_URL="postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable"
7
# The admin wallet that will be able to connect to Engine from the dashboard
8
ADMIN_WALLET_ADDRESS="<your-admin-wallet-address>"
9
+# Encryption password for the wallet keys
10
+ENCRYPTION_PASSWORD="<your-encryption-password>"
11
+# The connection url for your running redis instance, defaults to localhost redis
12
+REDIS_URL="redis://localhost:6379/0"
13
-# =====[ Optional Configuration ]=====
14
+# =====[ Optional Configuration ]=====
15
16
# Optional configuration to override server host and port
17
# PORT="3005"
0 commit comments