7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-02 14:20:47 +00:00

Trim trailing spaces in auth.json

This commit is contained in:
Régis Behmo 2020-10-13 15:17:49 +02:00
parent 2ca62be52e
commit a004de5e68

View File

@ -6,9 +6,9 @@
"django_auth": null,
"url": null
},
"CONTENTSTORE": {
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
"DOC_STORE_CONFIG": {
"CONTENTSTORE": {
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
"DOC_STORE_CONFIG": {
"host": "{{ MONGODB_HOST }}",
"port": {{ MONGODB_PORT }},
{% if MONGODB_USERNAME and MONGODB_PASSWORD %}
@ -16,8 +16,8 @@
"password": "{{ MONGODB_PASSWORD }}",
{% endif %}
"db": "{{ MONGODB_DATABASE }}"
}
},
}
},
"DOC_STORE_CONFIG": {
"host": "{{ MONGODB_HOST }}",
"port": {{ MONGODB_PORT }},