docs: explain the learning MFE specific environment variables (#578)

This adds some links to the docs for general MFE instructions,
plus documents the learning MFE specific ones.

Also fixes the README badge links.
This commit is contained in:
Michael Terry
2021-08-06 10:15:06 -04:00
committed by GitHub
parent 3b4dcfefaf
commit 1308d1e90b
4 changed files with 80 additions and 29 deletions

View File

@@ -1,3 +1,6 @@
# See README.rst for explanations of these.
# If you add a new learning MFE-specific variable, please note it there!
NODE_ENV='test'
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
BASE_URL='http://localhost:2000'