-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdotenv.sample.txt
More file actions
20 lines (15 loc) · 865 Bytes
/
dotenv.sample.txt
File metadata and controls
20 lines (15 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# change file name to .env
# before adding env variables make sure you know how env variables work with
# nextjs - https://nextjs.org/docs/basic-features/environment-variables
# Environment stage: "staging" or "prod" (defaults to dev/staging if not set)
STAGE=staging
# LessonsApi base URL. Overrides the hardcoded staging/prod URLs at build time.
NEXT_PUBLIC_LESSONS_API=https://api.staging.lessons.church
NEXT_PUBLIC_CONTENT_ROOT=https://api.staging.lessons.church/content
NEXT_PUBLIC_CHURCH_APPS_URL=https://staging.churchapps.org
# ChurchApps API base used for authentication via MembershipApi (only honored when STAGE is unset/dev).
# Self-hosted Railway deployments leave STAGE=prod so this defaults to https://api.churchapps.org.
# NEXT_PUBLIC_API_BASE=https://api.staging.churchapps.org
# Optional
NEXT_PUBLIC_ACCESS_API=
NEXT_PUBLIC_GOOGLE_ANALYTICS=