2018-09-27 20:45:50 +05:30
|
|
|
COMPOSE_PROJECT_NAME=freecodecamp
|
|
|
|
MONGOHQ_URL='mongodb://localhost:27017/freecodecamp'
|
|
|
|
|
2019-03-07 13:57:15 +00:00
|
|
|
ALGOLIA_ADMIN_KEY=123abc
|
2019-10-15 20:52:17 +09:00
|
|
|
ALGOLIA_APP_ID=X5V7KWJ4RB
|
|
|
|
ALGOLIA_API_KEY=a45d2b80c97479bbda5cf5c55914230f
|
2019-03-07 13:57:15 +00:00
|
|
|
|
2018-09-27 20:45:50 +05:30
|
|
|
AUTH0_CLIENT_ID=stuff
|
|
|
|
AUTH0_CLIENT_SECRET=stuff
|
|
|
|
AUTH0_DOMAIN=stuff
|
|
|
|
|
|
|
|
SESSION_SECRET=secretstuff
|
|
|
|
COOKIE_SECRET='this is a secret'
|
|
|
|
JWT_SECRET='a very long secret'
|
|
|
|
|
2019-11-19 14:48:09 +05:30
|
|
|
STRIPE_CREATE_PLANS=true
|
|
|
|
STRIPE_PUBLIC_KEY=pk_from_stripe_dashboard
|
|
|
|
STRIPE_SECRET_KEY=sk_from_stripe_dashboard
|
|
|
|
SERVICEBOT_ID=servicebot_id_from_servicebot_dashboard
|
|
|
|
SERVICEBOT_HMAC_SECRET_KEY=secret_key_from_servicebot_dashboard
|
2018-09-27 20:45:50 +05:30
|
|
|
|
2018-12-01 11:23:08 +00:00
|
|
|
PAYPAL_SUPPORTERS=1703
|
2020-03-16 14:32:35 +05:30
|
|
|
|
2020-03-13 12:25:57 +03:00
|
|
|
PAYPAL_CLIENT_ID=id_from_paypal_dashboard
|
|
|
|
PAYPAL_SECRET=secret_from_paypal_dashboard
|
2020-03-16 14:32:35 +05:30
|
|
|
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
|
|
|
|
DEPLOYMENT_ENV='staging'
|
2018-12-01 11:23:08 +00:00
|
|
|
|
2018-09-27 20:45:50 +05:30
|
|
|
PEER=stuff
|
|
|
|
DEBUG=true
|
2018-10-30 18:17:07 -03:00
|
|
|
LOCAL_MOCK_AUTH=true
|
2018-09-27 20:45:50 +05:30
|
|
|
|
|
|
|
IMAGE_BASE_URL='https://s3.amazonaws.com/freecodecamp/images/'
|
|
|
|
|
|
|
|
HOME_LOCATION='http://localhost:8000'
|
|
|
|
API_LOCATION='http://localhost:3000'
|
2019-10-07 16:42:07 -07:00
|
|
|
FORUM_LOCATION='https://localhost/forum'
|
|
|
|
NEWS_LOCATION='https://localhost/news'
|
|
|
|
FORUM_PROXY='https://forum.localhost'
|
|
|
|
NEWS_PROXY='https://news.localhost'
|
|
|
|
|
2020-03-17 16:14:58 +05:30
|
|
|
# You can get a webhook proxy url from smee.io
|
|
|
|
WEBHOOK_PROXY_URL=''
|
|
|
|
|
2018-10-06 02:23:06 +01:00
|
|
|
LOCALE=english
|
2018-12-07 14:06:07 +03:00
|
|
|
|
2019-02-23 16:14:57 +03:00
|
|
|
DOCKER_HOST_LOCATION=localhost
|
2019-07-29 23:11:29 +09:00
|
|
|
|
2019-10-04 18:03:20 +02:00
|
|
|
GHOST_CLIENT_KEY=123abc
|
2020-03-23 18:31:25 +01:00
|
|
|
|
|
|
|
SENTRY_DSN=dsn_from_sentry_dashboard
|
2020-03-26 13:45:49 +01:00
|
|
|
SENTRY_ENVIRONMENT='staging'
|
2020-05-21 17:21:33 +02:00
|
|
|
|
|
|
|
# Set this to false to see what the production site will contain
|
|
|
|
SHOW_HIDDEN=true
|