Skip to content

Commit cffc32a

Browse files
authored
Add missing env vars in .env.example (#572)
1 parent e4a217e commit cffc32a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.env.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ THIRDWEB_API_SECRET_KEY="<your-thirdweb-api-secret-key>"
66
POSTGRES_CONNECTION_URL="postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable"
77
# The admin wallet that will be able to connect to Engine from the dashboard
88
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"
913

10-
# =====[ Optional Configuration ]=====
14+
# =====[ Optional Configuration ]=====
1115

1216
# Optional configuration to override server host and port
1317
# PORT="3005"

0 commit comments

Comments
 (0)