-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
30 lines (26 loc) · 792 Bytes
/
.env.sample
File metadata and controls
30 lines (26 loc) · 792 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
# server
# this can be used to connect to local docker db
DATABASE_URL=postgres://user:password@localhost:5432/database
FIREBASE_PROJECT_ID=sample-app
CORS_ALLOW_ORIGINS=http://localhost:5173
CORS_ALLOW_SUFFIX=.ut-bridge-web.pages.dev
WEB_ORIGIN=http://localhost:5173
SQL_LOGS=true
ARTIFICIAL_NETWORK_LATENCY=1500
ZERO_EMAIL=true # disables: email notification and email verification
# cloudflare
CLOUDFLARE_R2_ACCESS_KEY=xxx
CLOUDFLARE_R2_SECRET_KEY=xxx
CLOUDFLARE_R2_TOKEN=xxx
# mailing
MAILING_BREVO_API_KEY=xkeysib-xxx
# web
NEXT_PUBLIC_API_ENDPOINT=http://localhost:3000
## firebase
NEXT_PUBLIC_API_KEY=xxx
NEXT_PUBLIC_AUTH_DOMAIN=xxx
NEXT_PUBLIC_PROJECT_ID=xxx
NEXT_PUBLIC_STORAGE_BUCKET=xxx
NEXT_PUBLIC_MESSAGING_SENDER_ID=xxx
NEXT_PUBLIC_APP_ID=xxx
NEXT_PUBLIC_MEASUREMENT_ID=xxx