Created
May 19, 2018 21:43
-
-
Save ariestiyansyah/35c4cf597f8b66d26f25940c750c23af 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