-
Notifications
You must be signed in to change notification settings - Fork 2
/
cms.auth.json
177 lines (176 loc) · 6.03 KB
/
cms.auth.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"ANALYTICS_API_KEY": "",
"ANALYTICS_DATA_TOKEN": "",
"AWS_ACCESS_KEY_ID": null,
"AWS_QUERYSTRING_AUTH": false,
"AWS_S3_CUSTOM_DOMAIN": "SET-ME-PLEASE (ex. bucket-name.s3.amazonaws.com)",
"AWS_SECRET_ACCESS_KEY": null,
"AWS_STORAGE_BUCKET_NAME": "SET-ME-PLEASE (ex. bucket-name)",
"CELERY_BROKER_PASSWORD": "celery",
"CELERY_BROKER_USER": "celery",
"CONTENTSTORE": {
"ADDITIONAL_OPTIONS": {},
"DOC_STORE_CONFIG": {
"collection": "modulestore",
"connectTimeoutMS": 2000,
"db": "edxapp",
"host": [
"localhost"
],
"password": "password",
"port": 27017,
"socketTimeoutMS": 3000,
"ssl": false,
"user": "edxapp"
},
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
"OPTIONS": {
"db": "edxapp",
"host": [
"localhost"
],
"password": "password",
"port": 27017,
"ssl": false,
"user": "edxapp"
}
},
"CREDIT_PROVIDER_SECRET_KEYS": {},
"DATABASES": {
"default": {
"ATOMIC_REQUESTS": true,
"ENGINE": "django.db.backends.mysql",
"HOST": "localhost",
"NAME": "edxapp",
"PASSWORD": "password",
"PORT": "3306",
"USER": "edxapp001"
},
"read_replica": {
"ENGINE": "django.db.backends.mysql",
"HOST": "localhost",
"NAME": "edxapp",
"PASSWORD": "password",
"PORT": "3306",
"USER": "edxapp001"
},
"student_module_history": {
"ENGINE": "django.db.backends.mysql",
"HOST": "localhost",
"NAME": "edxapp_csmh",
"PASSWORD": "password",
"PORT": "3306",
"USER": "edxapp001"
}
},
"DEFAULT_FILE_STORAGE": "django.core.files.storage.FileSystemStorage",
"DJFS": {
"directory_root": "/edx/var/edxapp/django-pyfs/static/django-pyfs",
"type": "osfs",
"url_root": "/static/django-pyfs"
},
"DOC_STORE_CONFIG": {
"collection": "modulestore",
"connectTimeoutMS": 2000,
"db": "edxapp",
"host": [
"localhost"
],
"password": "password",
"port": 27017,
"socketTimeoutMS": 3000,
"ssl": false,
"user": "edxapp"
},
"ECOMMERCE_API_SIGNING_KEY": "lms-secret",
"EMAIL_HOST_PASSWORD": "",
"EMAIL_HOST_USER": "",
"EVENT_TRACKING_SEGMENTIO_EMIT_WHITELIST": [],
"FACEBOOK_API_VERSION": "v2.1",
"FACEBOOK_APP_ID": "FACEBOOK_APP_ID",
"FACEBOOK_APP_SECRET": "FACEBOOK_APP_SECRET",
"GOOGLE_ANALYTICS_ACCOUNT": null,
"MODULESTORE": {
"default": {
"ENGINE": "xmodule.modulestore.mixed.MixedModuleStore",
"OPTIONS": {
"mappings": {},
"stores": [
{
"DOC_STORE_CONFIG": {
"collection": "modulestore",
"connectTimeoutMS": 2000,
"db": "edxapp",
"host": [
"localhost"
],
"password": "password",
"port": 27017,
"socketTimeoutMS": 3000,
"ssl": false,
"user": "edxapp"
},
"ENGINE": "xmodule.modulestore.split_mongo.split_draft.DraftVersioningModuleStore",
"NAME": "split",
"OPTIONS": {
"default_class": "xmodule.hidden_module.HiddenDescriptor",
"fs_root": "/edx/var/edxapp/data",
"render_template": "edxmako.shortcuts.render_to_string"
}
},
{
"DOC_STORE_CONFIG": {
"collection": "modulestore",
"connectTimeoutMS": 2000,
"db": "edxapp",
"host": [
"localhost"
],
"password": "password",
"port": 27017,
"socketTimeoutMS": 3000,
"ssl": false,
"user": "edxapp"
},
"ENGINE": "xmodule.modulestore.mongo.DraftMongoModuleStore",
"NAME": "draft",
"OPTIONS": {
"default_class": "xmodule.hidden_module.HiddenDescriptor",
"fs_root": "/edx/var/edxapp/data",
"render_template": "edxmako.shortcuts.render_to_string"
}
}
]
}
}
},
"PARSE_KEYS": {},
"SECRET_KEY": "DUMMY KEY CHANGE BEFORE GOING TO PRODUCTION",
"SEGMENT_KEY": null,
"SOCIAL_AUTH_SAML_SP_PRIVATE_KEY": "",
"SOCIAL_AUTH_SAML_SP_PUBLIC_CERT": "",
"SWIFT_AUTH_URL": null,
"SWIFT_AUTH_VERSION": null,
"SWIFT_KEY": null,
"SWIFT_REGION_NAME": null,
"SWIFT_TEMP_URL_DURATION": 1800,
"SWIFT_TEMP_URL_KEY": null,
"SWIFT_TENANT_ID": null,
"SWIFT_TENANT_NAME": null,
"SWIFT_USERNAME": null,
"SWIFT_USE_TEMP_URLS": false,
"XQUEUE_INTERFACE": {
"basic_auth": [
"edx",
"edx"
],
"django_auth": {
"password": "password",
"username": "lms"
},
"url": "http://localhost:18040"
},
"YOUTUBE_API_KEY": "PUT_YOUR_API_KEY_HERE",
"ZENDESK_API_KEY": "",
"ZENDESK_USER": ""
}