FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
freeCodeCamp/sample.env at main · free-python-tutorial/freeCodeCamp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
free-python-tutorial
/
freeCodeCamp
Public
forked from
freeCodeCamp/freeCodeCamp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
freeCodeCamp
/
sample.env
Copy path
More file actions
More file actions
Latest commit
History
History
History
75 lines (59 loc) · 1.78 KB
Breadcrumbs
freeCodeCamp
/
sample.env
Copy path
File metadata and controls
75 lines (59 loc) · 1.78 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
---------------------
#
API
#
---------------------
#
Database
MONGOHQ_URL
=
mongodb://localhost:27017/freecodecamp
#
Logging
SENTRY_DSN
=
dsn_from_sentry_dashboard
SENTRY_ENVIRONMENT
=
staging
#
Auth0 - OAuth 2.0 Credentials
AUTH0_CLIENT_ID
=
client_id_from_auth0_dashboard
AUTH0_CLIENT_SECRET
=
client_secret_from_auth0_dashboard
AUTH0_DOMAIN
=
example.auth0.com
#
Session, Cookie and JWT encryption strings
SESSION_SECRET
=
a_session_secret
COOKIE_SECRET
=
a_cookie_secret
JWT_SECRET
=
a_jwt_secret
#
---------------------
#
Search
#
---------------------
#
Client Search Bar
ALGOLIA_APP_ID
=
app_id_from_algolia_dashboard
ALGOLIA_API_KEY
=
api_key_from_algolia_dashboard
#
---------------------
#
Donations
#
---------------------
#
Stripe
STRIPE_PUBLIC_KEY
=
pk_from_stripe_dashboard
STRIPE_SECRET_KEY
=
sk_from_stripe_dashboard
#
PayPal
PAYPAL_CLIENT_ID
=
id_from_paypal_dashboard
PAYPAL_SECRET
=
secret_from_paypal_dashboard
PAYPAL_VERIFY_WEBHOOK_URL
=
https://api.sandbox.paypal.com/v1/notifications/verify-webhook-signature
PAYPAL_API_TOKEN_URL
=
https://api.sandbox.paypal.com/v1/oauth2/token
PAYPAL_WEBHOOK_ID
=
webhook_id_from_paypal_dashboard
#
---------------------
#
Build variants
#
---------------------
DEPLOYMENT_ENV
=
staging
FREECODECAMP_NODE_ENV
=
development
#
Languages to build
CLIENT_LOCALE
=
english
CURRICULUM_LOCALE
=
english
#
Show or hide WIP in progress challenges
SHOW_UPCOMING_CHANGES
=
false
#
Application paths
HOME_LOCATION
=
http://localhost:8000
API_LOCATION
=
http://localhost:3000
FORUM_LOCATION
=
https://forum.freecodecamp.org
NEWS_LOCATION
=
https://www.freecodecamp.org/news
RADIO_LOCATION
=
https://coderadio.freecodecamp.org
#
---------------------
#
Debugging Mode Keys
#
---------------------
PEER
=
stuff
DEBUG
=
true
LOCAL_MOCK_AUTH
=
true
CODESEE
=
false
#
Webhook proxy url from smee.io for PayPal
WEBHOOK_PROXY_URL
=
Back
|
FazBrowse Home
|
New Git URL