Skip to content

Commit

Permalink
Merge pull request iiab#531 from tim-moody/0.6.3-kolibri
Browse files Browse the repository at this point in the history
use default vars
  • Loading branch information
tim-moody authored Mar 24, 2023
2 parents edd4560 + 3bc555d commit 912d0c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/common/templates/adm_const.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ iiab_modules_dir = "{{ iiab_modules_dir }}"
iiab_menu_download_dir = js_menu_dir + "local/unedited/"
rachel_working_dir = "/library/working/rachel/"

# kolibri
# kolibri_home = '/library/kolibri'
kolibri_home = '{{ kolibri_home }}'
# kolibri_user = 'kolibri'
kolibri_user = '{{ kolibri_user }}'
kolibri_group = 'www-data'
kolibri_api = 'https://studio.learningequality.org/api/public/v1/channels'
kolibri_cat_file = IIAB_CONST.iiab_etc_path + '/kolibri_catalog.json'
kolibri_cat_idx_file = IIAB_CONST.iiab_etc_path + '/kolibri_cat_idx.json'

# update menus

menu_defs_dir = IIAB_CONST.doc_root + "/js-menu/menu-files/menu-defs/"
Expand Down

0 comments on commit 912d0c5

Please sign in to comment.