-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
34 lines (25 loc) · 824 Bytes
/
Copy path.env.sample
File metadata and controls
34 lines (25 loc) · 824 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
# Must sync with secrets (in CF dashbosrd) for worker
AUTH_TRUST_HOST=4
AUTH_SECRET=4444
AUTH_GOOGLE_ID=4444....apps.googleusercontent.com
AUTH_GOOGLE_SECRET=4444
CLOUDFLARE_ACCOUNT_ID=4444
CLOUDFLARE_DATABASE_ID=44444444-444444444-4444-444444444444
CLOUDFLARE_D1_TOKEN=4444
NEXT_PUBLIC_CONTACT_EMAIL=human@feeders.example.com
# open / readonly / close
NEXT_PUBLIC_ACCESS_CTRL=open
# on / off
NEXT_PUBLIC_ENABLE_ACTIVATE=on
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_CMS_URL=http://localhost:8044
NEXT_PUBLIC_R2_URL_PATH=https://feedersrc.example.com
NEXT_PUBLIC_CLOUDINARY_CLOUD=c44444444
NEXT_PUBLIC_GOOGLE_SITE_VERIFY=
NEXT_PUBLIC_FORCE_R2_CONTENT=
API_URL=http://localhost:3000/api/
ADMIN_API_SECRET=444444444444444444q44444444444444444444444
PORT=3000
CHARTS_REPO=
RCLONE_REMOTE=
# vim: filetype=sh