6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00
tutor/tutor/templates/config.yml
Régis Behmo 4331bc5712 Tutor v3 complete rewrite
Replace all make commands by a single "tutor" binary. Environment and
data are all moved to ~/.tutor/local/share/tutor. We take the
opportunity to add a web UI and revamp the documentation.

This is a complete rewrite.

Close #121.
Close #147.
2019-02-09 20:30:01 +01:00

20 lines
525 B
YAML

---
LMS_HOST: "www.myopenedx.com"
CMS_HOST: "studio.{{ LMS_HOST }}"
PLATFORM_NAME: "My Open edX"
CONTACT_EMAIL: "contact@{{ LMS_HOST }}"
LANGUAGE_CODE: "en"
SECRET_KEY: "{{ RAND24 }}"
MYSQL_PASSWORD: "{{ RAND8 }}"
NOTES_MYSQL_PASSWORD: "{{ RAND8 }}"
NOTES_SECRET_KEY: "{{ RAND24 }}"
NOTES_OAUTH2_SECRET: "{{ RAND24 }}"
XQUEUE_AUTH_PASSWORD: "{{ RAND8 }}"
XQUEUE_MYSQL_PASSWORD: "{{ RAND8 }}"
XQUEUE_SECRET_KEY: "{{ RAND24 }}"
ACTIVATE_HTTPS: false
ACTIVATE_NOTES: false
ACTIVATE_XQUEUE: false
ID: "{{ RAND8 }}"
# pouac plonk