-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.example
More file actions
39 lines (27 loc) · 1020 Bytes
/
.env.example
File metadata and controls
39 lines (27 loc) · 1020 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
# Only required for deployment
# POSTGRES_HOST_AUTH_METHOD=trust # fine for testing, ideally add a password before deployment
# POSTGRES_USER=postgres
# POSTGRES_PASSWORD=password
# DATABASE_URL=postgresql://postgres:password@db:5432/postgres
# PUBLIC_ENV=production # or staging
# PUBLIC_COMMIT=$SOURCE_COMMIT
# RACK_ATTACK_BYPASS= # rate limit bypass
PUBLIC_ENV=dev
DATABASE_URL=postgresql://postgres@localhost:5432/postgres
S3_PUBLIC_URL=https://pub-something.r2.dev
S3_API_URL=https://something.r2.cloudflarestorage.com
S3_BUCKET_NAME=construct
APP_SECRET_KEY=changeme
SLACK_BOT_TOKEN=changeme
SLACK_TEAM=T0266FRGM
# BETA_CHANNEL_ID=
SUPER_ADMIN_SLACK_ID=changeme
LOGIN_IDV_BYPASS_SLACK_IDS="SLACK_ID_1,SLACK_ID_2"
IDV_DOMAIN=auth.hackclub.com
IDV_CLIENT_ID=changeme
IDV_CLIENT_SECRET=changeme
# PXL_API_KEY=
SENTRY_AUTH_TOKEN=changeme
# AIRTABLE_TOKEN=abcxyz # optional
PRINTABLES_ALLOWED_LICENSES_ID=7,1,2,9,12,10,11 # License IDs from printables
CLUBS_API_KEY=changeme # API key for clubs.hackclub.com