forked from freeCodeCamp/news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.env
79 lines (60 loc) · 2.36 KB
/
sample.env
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# ---------------------
# Ghost API
# ---------------------
LOCAL_GHOST_API_URL=api_url_from_ghost_dashboard
LOCAL_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
LOCAL_GHOST_API_VERSION=v{major}.{minor}
CHINESE_GHOST_API_URL=api_url_from_ghost_dashboard
CHINESE_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
CHINESE_GHOST_API_VERSION=v{major}.{minor}
ENGLISH_GHOST_API_URL=api_url_from_ghost_dashboard
ENGLISH_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
ENGLISH_GHOST_API_VERSION=v{major}.{minor}
ESPANOL_GHOST_API_URL=api_url_from_ghost_dashboard
ESPANOL_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
ESPANOL_GHOST_API_VERSION=v{major}.{minor}
FRENCH_GHOST_API_URL=api_url_from_ghost_dashboard
FRENCH_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
FRENCH_GHOST_API_VERSION=v{major}.{minor}
ITALIAN_GHOST_API_URL=api_url_from_ghost_dashboard
ITALIAN_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
ITALIAN_GHOST_API_VERSION=v{major}.{minor}
JAPANESE_GHOST_API_URL=api_url_from_ghost_dashboard
JAPANESE_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
JAPANESE_GHOST_API_VERSION=v{major}.{minor}
KOREAN_GHOST_API_URL=api_url_from_ghost_dashboard
KOREAN_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
KOREAN_GHOST_API_VERSION=v{major}.{minor}
PORTUGUESE_GHOST_API_URL=api_url_from_ghost_dashboard
PORTUGUESE_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
PORTUGUESE_GHOST_API_VERSION=v{major}.{minor}
UKRAINIAN_GHOST_API_URL=api_url_from_ghost_dashboard
UKRAINIAN_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
UKRAINIAN_GHOST_API_VERSION=v{major}.{minor}
URDU_GHOST_API_URL=api_url_from_ghost_dashboard
URDU_GHOST_CONTENT_API_KEY=api_key_from_ghost_dashboard
URDU_GHOST_API_VERSION=v{major}.{minor}
# ---------------------
# Search
# ---------------------
ALGOLIA_APP_ID=app_id_from_algolia_dashboard
ALGOLIA_API_KEY=api_key_from_algolia_dashboard
# ---------------------
# Monetization
# ---------------------
ADS_ENABLED=true
GOOGLE_ADSENSE_DATA_AD_CLIENT=ca-pub-1234567890
GOOGLE_ADSENSE_DATA_AD_SLOT=1234567890
# ---------------------
# Pagination
# ---------------------
# This number and the one for `size` in the
# front matter of `src/index.njk` must match
POSTS_PER_PAGE=25
# ---------------------
# Build variants
# ---------------------
# SITE_DOMAIN=freecodecamp.org
SITE_DOMAIN=localhost:8080
LOCALE_FOR_UI=italian
LOCALE_FOR_GHOST=italian