Skip to content

Commit

Permalink
feat: set proxy via ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas authored and snglth committed Oct 30, 2023
1 parent 69c8170 commit cdeb63e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ansible/host_vars/community_theme/config.yml
Expand Up @@ -15,6 +15,7 @@ tutor_post_hooks:
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins disable course-about-mfe"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable home-mfe-production"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable course-about-mfe-production"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable caddy_proxy"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} config save"


1 change: 0 additions & 1 deletion config.yml
Expand Up @@ -128,7 +128,6 @@ PLUGINS:
- mfe
- scorm-fix
- session-timeout
- caddy_proxy
PLUGIN_INDEXES:
- https://overhang.io/tutor/main
PREVIEW_LMS_HOST: preview.local.overhang.io

0 comments on commit cdeb63e

Please sign in to comment.