Commit cec406e9 by Robert Raposa

Fix bokchoy on docker.

parent a2dc27e6
...@@ -94,8 +94,8 @@ ...@@ -94,8 +94,8 @@
"JWT_AUTH": { "JWT_AUTH": {
"JWT_SECRET_KEY": "super-secret-key" "JWT_SECRET_KEY": "super-secret-key"
}, },
"LMS_BASE": "** OVERRIDDEN **", "LMS_BASE": "http://edx.devstack.lms:18003",
"LMS_ROOT_URL": "** OVERRIDDEN **", "LMS_ROOT_URL": "http://edx.devstack.lms:18003",
"LOCAL_LOGLEVEL": "INFO", "LOCAL_LOGLEVEL": "INFO",
"LOGGING_ENV": "sandbox", "LOGGING_ENV": "sandbox",
"LOG_DIR": "** OVERRIDDEN **", "LOG_DIR": "** OVERRIDDEN **",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment