forked from snapshot-labs/score-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (21 loc) · 774 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (21 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# All Optional
AWS_ACCESS_KEY_ID=
AWS_BUCKET_NAME=
AWS_REGION=
AWS_SECRET_ACCESS_KEY=
PORT=3003
DATABASE_URL=redis://redis:6379
# Keycard (Optional)
KEYCARD_URL=https://keycard.snapshot.org
KEYCARD_SECRET=
# Sentry (Optional)
SENTRY_DSN=
SENTRY_TRACE_SAMPLE_RATE=
BROVIDER_URL=https://rpc.snapshot.org
# @snapshot-labs/strategies - Required env variables
SNAPSHOT_API_STRATEGY_SALT=12345 # Salt for the snapshot API strategy to send a key in header (optional)
PASSPORT_API_KEY= # API key for the passport API (optional for other strategies)
PASSPORT_SCORER_ID= # Scorer ID for the passport API (optional for other strategies)
MOXIE_API_KEY= # API key for the moxie APIs (optional for other strategies)
SNAPSHOT_STORY_PARTNER_KEY_MAINNET=
SNAPSHOT_STORY_PARTNER_KEY_TESTNET=