-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.env.example
More file actions
42 lines (31 loc) · 912 Bytes
/
.env.example
File metadata and controls
42 lines (31 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
AIRTABLE_PAT=
WAREHOUSE_API=
CURRENT_DOMAIN=#http://localhost:7171
DEPLOYMENT_VERSION=#local
DATABASE_URL=#postgres://ambassador:ambassador@localhost:7172/ambassador_dev
HCA_CLIENT_ID=
HCA_CLIENT_SECRET=
HCA_ISSUER=#https://auth.hackclub.com
HCB_UID=
HCB_SECRET=
# Org slug for payout transfer checks via HCB's public Transparency API
# (optional; the check is skipped when unset or the org isn't transparent).
HCB_PAYOUT_ORG_SLUG=
# Shared key required to call GET /api/stats/costs. Unset = endpoint returns 503.
STARDANCE_DATA_ACCESS_KEY=
GEOCODER_KEY=#
JWT_SECRET=something_safe_please
QREADER_URL=
QREADER_ADMIN_KEY=
STORAGE_DRIVER=
LFS_ROOT=
R2_ACCOUNT_ID=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET=
R2_PUBLIC_BASE_URL=
POSTER_DEFAULT_CAMPAIGN=
POSTER_TEMPLATE_ROOT=
POSTER_REDIRECT_BASE_URL=
# Used by the poster translation CI to scan zipped posters via VirusTotal.
VIRUSTOTAL_API_KEY=