-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.env.sample
More file actions
21 lines (13 loc) · 664 Bytes
/
.env.sample
File metadata and controls
21 lines (13 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
# Single base URL for all ChurchApps APIs (membership, attendance, content, giving, messaging, doing, reporting).
NEXT_PUBLIC_API_BASE=https://api.staging.churchapps.org
NEXT_PUBLIC_LESSONS_API=https://api.staging.lessons.church
NEXT_PUBLIC_CONTENT_ROOT=https://staging.churchapps.org/content
NEXT_PUBLIC_GOOGLE_API_KEY=
NEXT_PUBLIC_GOOGLE_RECAPTCHA_SITE_KEY=
#Optional - UA-123456789-1
NEXT_PUBLIC_GOOGLE_ANALYTICS=
# YouVersion Bible SDK API Key
NEXT_PUBLIC_YOUVERSION_API_KEY=