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 2019/01/04 16:56:57 UTC

[airavata-django-portal] branch master updated: Default SHARING_API_HOST to AIRAVATA_API_HOST

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0cb52d3  Default SHARING_API_HOST to AIRAVATA_API_HOST
0cb52d3 is described below

commit 0cb52d3b10eef8069c0e585103755f1f2a12de8c
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Jan 4 11:56:48 2019 -0500

    Default SHARING_API_HOST to AIRAVATA_API_HOST
---
 django_airavata/settings_local.py.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/settings_local.py.sample b/django_airavata/settings_local.py.sample
index d26b1e6..f67b18d 100644
--- a/django_airavata/settings_local.py.sample
+++ b/django_airavata/settings_local.py.sample
@@ -70,7 +70,7 @@ PROFILE_SERVICE_PORT = 8962
 PROFILE_SERVICE_SECURE = False
 
 # Sharing API Configuration
-SHARING_API_HOST = 'localhost'
+SHARING_API_HOST = AIRAVATA_API_HOST
 SHARING_API_PORT = 7878
 SHARING_API_SECURE = False