forked from mdn/fred
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-dist
More file actions
36 lines (30 loc) · 1.14 KB
/
.env-dist
File metadata and controls
36 lines (30 loc) · 1.14 KB
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
35
36
# https://github.com/mdn/content
CONTENT_ROOT=../content/files
# https://github.com/mdn/translated-content
CONTENT_TRANSLATED_ROOT=../translated-content/files
# https://github.com/mdn/blog
BLOG_ROOT=../blog/content/posts
# https://github.com/mdn/curriculum/
CURRICULUM_ROOT=../curriculum
# https://github.com/mdn/mdn-contributor-spotlight
CONTRIBUTOR_SPOTLIGHT_ROOT=../mdn-contributor-spotlight/contributors
# https://github.com/mdn/generic-content
GENERIC_CONTENT_ROOT=../generic-content/files
RUMBA_URL="https://developer.allizom.org"
CF_URL="https://developer.allizom.org"
RARI_URL="http://localhost:8083"
# uncomment to build legacy react features
# FRED_LEGACY=true
# uncomment to enable writer mode
# FRED_WRITER_MODE=true
# uncomment to enable glean
# FRED_GLEAN_ENABLED=true
# FRED_GLEAN_DEBUG=true
# uncomment to enable Google Analytics 4
# FRED_GA_ENABLED=true
# FRED_GA_MEASUREMENT_ID=G-XXXXXXXXXX
# legacy react-specific environment variables
REACT_APP_KUMA_HOST="localhost:3000"
REACT_APP_FXA_SIGNIN_URL="/users/fxa/login/authenticate/"
REACT_APP_FXA_SETTINGS_URL="https://accounts.stage.mozaws.net/settings/"
REACT_APP_PLACEMENT_ENABLED="true"