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 2021/07/13 14:28:26 UTC

[airavata-django-portal] branch staging updated: AIRAVATA-3383 Long term we don't need SHARING_API settings, but for now they are needed for the portal to start up

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/staging by this push:
     new c4e1683  AIRAVATA-3383 Long term we don't need SHARING_API settings, but for now they are needed for the portal to start up
c4e1683 is described below

commit c4e16838af3ffb121e3d050e0dcb9a59667ff430
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jul 13 10:28:15 2021 -0400

    AIRAVATA-3383 Long term we don't need SHARING_API settings, but for now they are needed for the portal to start up
---
 .../auth/templates/django_airavata_auth/settings_local.py.template   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/django_airavata/apps/auth/templates/django_airavata_auth/settings_local.py.template b/django_airavata/apps/auth/templates/django_airavata_auth/settings_local.py.template
index cdda4ce..3d55dee 100644
--- a/django_airavata/apps/auth/templates/django_airavata_auth/settings_local.py.template
+++ b/django_airavata/apps/auth/templates/django_airavata_auth/settings_local.py.template
@@ -77,6 +77,11 @@ PROFILE_SERVICE_HOST = '{{ PROFILE_SERVICE_HOST }}'
 PROFILE_SERVICE_PORT = {{ PROFILE_SERVICE_PORT }}
 PROFILE_SERVICE_SECURE = {{ PROFILE_SERVICE_SECURE }}
 
+# Sharing API Configuration
+SHARING_API_HOST = AIRAVATA_API_HOST
+SHARING_API_PORT = 7878
+SHARING_API_SECURE = False
+
 # Portal settings
 PORTAL_TITLE = '{{ PORTAL_TITLE }}'