-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
dotenv.sample.txt
25 lines (19 loc) · 1.05 KB
/
dotenv.sample.txt
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
# 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
NEXT_PUBLIC_MEMBERSHIP_API=https://membershipapi.staging.churchapps.org
NEXT_PUBLIC_ATTENDANCE_API=https://attendanceapi.staging.churchapps.org
NEXT_PUBLIC_GIVING_API=https://givingapi.staging.churchapps.org
NEXT_PUBLIC_B1_API=https://api.staging.b1.church
NEXT_PUBLIC_LESSONS_API=https://api.staging.lessons.church
NEXT_PUBLIC_MESSAGING_API=https://messagingapi.staging.churchapps.org
NEXT_PUBLIC_CONTENT_API=https://contentapi.staging.churchapps.org
NEXT_PUBLIC_CONTENT_ROOT=https://content.staging.churchapps.org
NEXT_PUBLIC_ACCOUNTS_APP_URL=https://accounts.staging.churchapps.org
NEXT_PUBLIC_CHURCH_APPS_URL=https://staging.churchapps.org
NEXT_PUBLIC_STREAMINGLIVE_URL=https://{key}.staging.streaminglive.church
NEXT_PUBLIC_LESSONS_URL=https://staging.lessons.church
NEXT_PUBLIC_GOOGLE_API_KEY=
NEXT_PUBLIC_GOOGLE_RECAPTCHA_SITE_KEY=
#Optional - UA-123456789-1
NEXT_PUBLIC_GOOGLE_ANALYTICS=