From 63f445d188a0240c06ccab59b943f9300aa0c43e Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Fri, 15 Dec 2023 19:30:22 +0300 Subject: [PATCH] feat: add atlas default settings --- changelog.d/20231215_193523_i_atlas.md | 2 ++ tutor/templates/config/defaults.yml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 changelog.d/20231215_193523_i_atlas.md diff --git a/changelog.d/20231215_193523_i_atlas.md b/changelog.d/20231215_193523_i_atlas.md new file mode 100644 index 00000000000..68454ab0327 --- /dev/null +++ b/changelog.d/20231215_193523_i_atlas.md @@ -0,0 +1,2 @@ +- [Feature] Add atlas default variables. (by @omarithawi) + diff --git a/tutor/templates/config/defaults.yml b/tutor/templates/config/defaults.yml index 9ab1967ada4..4e37cc8e085 100644 --- a/tutor/templates/config/defaults.yml +++ b/tutor/templates/config/defaults.yml @@ -2,6 +2,8 @@ # This file includes all Tutor setting defaults. Settings that do not have a # default value, such as passwords, should be stored in base.yml. # This must be defined early +ATLAS_REVISION: "main" +ATLAS_REPOSITORY: "openedx/openedx-translations" CADDY_HTTP_PORT: 80 CMS_HOST: "studio.{{ LMS_HOST }}" CMS_OAUTH2_KEY_SSO: "cms-sso"