This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new eaf1f00 Ansible: interactwel dev django app, LOGIN_REDIRECT_URL
setting
eaf1f00 is described below
commit eaf1f00114fb58ca2d82f8c35676fa4528d68496
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Jun 4 11:40:51 2020 -0400
Ansible: interactwel dev django app, LOGIN_REDIRECT_URL setting
---
.../inventories/scigap/develop/host_vars/interactwel/vars.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
b/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
index 2546531..cd09b2c 100644
---
a/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
@@ -27,8 +27,12 @@ ssl_certificate_file:
"/etc/letsencrypt/live/django.interactwel.scigap.org/cert.
ssl_certificate_chain_file:
"/etc/letsencrypt/live/django.interactwel.scigap.org/fullchain.pem"
ssl_certificate_key_file:
"/etc/letsencrypt/live/django.interactwel.scigap.org/privkey.pem"
+interactwel_django_app_branch: "api-integration"
airavata_django_extra_dependencies:
- -
git+https://github.com/InterACTWEL/interactactwel-django-app.git@dev#egg=interactwel-django-app
+ - git+https://github.com/InterACTWEL/interactactwel-django-app.git@{{
interactwel_django_app_branch }}#egg=interactwel-django-app
+
+django_extra_settings:
+ LOGIN_REDIRECT_URL: "/interactwel/"
## Keycloak related variables
tenant_domain: "interactwel"