Commit 7b4f5c6b by Joe Blaylock

edx-west: toggle carnegie institute to prod

parent 44475b64
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
# things like nginx template files # things like nginx template files
#local_dir: '../../../edx-secret/ansible/local' #local_dir: '../../../edx-secret/ansible/local'
local_dir: "{{secure_dir}}/local" local_dir: "{{secure_dir}}/local"
not_prod: true # this toggles http basic auth on and off. false in production
not_prod: false
vars_files: vars_files:
- "{{ secure_dir }}/vars/edxapp_carnegie_vars.yml" - "{{ secure_dir }}/vars/edxapp_carnegie_vars.yml"
- "{{ secure_dir }}/vars/users.yml" - "{{ secure_dir }}/vars/users.yml"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment