Skip to content

Instantly share code, notes, and snippets.

@ariestiyansyah
Created May 19, 2018 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ariestiyansyah/35c4cf597f8b66d26f25940c750c23af to your computer and use it in GitHub Desktop.
Save ariestiyansyah/35c4cf597f8b66d26f25940c750c23af to your computer and use it in GitHub Desktop.
{
"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