You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/06/15 15:14:43 UTC

[airavata] branch develop updated: Ansible: update interactwel LOGIN_REDIRECT_URL

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 18caaf5  Ansible: update interactwel LOGIN_REDIRECT_URL
18caaf5 is described below

commit 18caaf5e55f9084e62b5cf18e8f85d3d946cee39
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Jun 15 11:13:02 2020 -0400

    Ansible: update interactwel LOGIN_REDIRECT_URL
---
 .../ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml   | 2 +-
 1 file changed, 1 insertion(+), 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 de2824c..aa31264 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
@@ -33,7 +33,7 @@ airavata_django_extra_dependencies:
   - git+https://github.com/InterACTWEL/interactactwel-django-app.git@{{ interactwel_django_app_branch }}#egg=interactwel-django-app
 
 django_extra_settings:
-  LOGIN_REDIRECT_URL: "/interactwel/"
+  LOGIN_REDIRECT_URL: "/interactwel/#/dashboard"
 
 ## Keycloak related variables
 tenant_domain: "interactwel"