generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
sample.env
96 lines (72 loc) · 2.8 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# ---------------------
# 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}
# ---------------------
# Hashnode API
# ---------------------
HASHNODE_API_URL=api_url_from_hashnode_dashboard
ENGLISH_HASHNODE_HOST=host_from_hashnode_dashboard
# ---------------------
# 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
# ---------------------------------
# Google Chat credentials
# ---------------------------------
CHAT_WEBHOOK_KEY=chat_webhook_key_from_space_settings
CHAT_WEBHOOK_TOKEN=chat_webhook_token_from_space_settings
# ---------------------
# 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
# HASHNODE_DEBUG_MODE_FIRST_PAGE_ONLY=true
# DO_NOT_FETCH_FROM_GHOST=true