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-django-portal.git
commit 5c8005fea95ab5b54f80d21f3830d578daba6b6d Author: Marcus Christie <[email protected]> AuthorDate: Tue Jul 13 10:31:09 2021 -0400 AIRAVATA-3383 Removing unnecessary SHARING API settings --- .../auth/templates/django_airavata_auth/settings_local.py.template | 5 ----- 1 file changed, 5 deletions(-) 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 3d55dee..cdda4ce 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,11 +77,6 @@ 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 }}'
