Created
May 19, 2018 21:44
-
-
Save ariestiyansyah/ac62b2251a8f0464c71c924456a55570 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"SECRET_KEY": "11&i3$v2oc*2jv2r=#*q5mi=_)7@3x^makk2kss^169uhj&86v", | |
"AWS_ACCESS_KEY_ID": "", | |
"AWS_SECRET_ACCESS_KEY": "", | |
"XQUEUE_INTERFACE": { | |
"basic_auth": ["edx", "edx"], | |
"django_auth": { | |
"username": "lms", | |
"password": "password" | |
}, | |
"url": "http://localhost:18040" | |
}, | |
"CONTENTSTORE": { | |
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore", | |
"DOC_STORE_CONFIG": { | |
"db": "edxapp", | |
"host": "localhost" | |
} | |
}, | |
"DOC_STORE_CONFIG": { | |
"db": "edxapp", | |
"host": "localhost" | |
}, | |
"DATABASES": { | |
"default": { | |
"ENGINE": "django.db.backends.mysql", | |
"NAME": "edxapp", | |
"USER": "edxapp", | |
"PASSWORD": "", | |
"HOST": "localhost", | |
"PORT": "3306", | |
"ATOMIC_REQUESTS": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment