freeCodeCamp/sample.env

37 lines
843 B
Bash
Raw Normal View History

2018-09-27 15:15:50 +00:00
COMPOSE_PROJECT_NAME=freecodecamp
MONGOHQ_URL='mongodb://localhost:27017/freecodecamp'
ROLLBAR_APP_ID='my-rollbar-app-id'
2018-11-29 12:12:15 +00:00
ROLLBAR_CLIENT_ID='post_client_id from rollbar dashboard'
2018-09-27 15:15:50 +00:00
ALGOLIA_ADMIN_KEY=123abc
ALGOLIA_APP_ID=ACDEFG
2018-09-27 15:15:50 +00:00
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'
STRIPE_PUBLIC=pk_from_stipe_dashboard
STRIPE_SECRET=sk_from_stipe_dashboard
PAYPAL_SUPPORTERS=1703
2018-09-27 15:15:50 +00:00
PEER=stuff
DEBUG=true
LOCAL_MOCK_AUTH=true
2018-09-27 15:15:50 +00:00
IMAGE_BASE_URL='https://s3.amazonaws.com/freecodecamp/images/'
HOME_LOCATION='http://localhost:8000'
API_LOCATION='http://localhost:3000'
FORUM_LOCATION='https://forum.localhost'
2019-02-05 22:08:37 +00:00
NEWS_LOCATION='https://news.localhost/latest'
2018-10-06 01:23:06 +00:00
LOCALE=english
TEST_CHALLENGES_FOR_LANGS=english
DOCKER_HOST_LOCATION=localhost