Skip to content

Commit 72a5357

Browse files
authored
Merge branch 'master' into 5-irods-ref-resource
2 parents e423af5 + 16d0ef1 commit 72a5357

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

hydroshare/local_settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,5 @@
183183

184184
TIME_ZONE = "Etc/UTC"
185185

186-
PIVOT_URL = ""
186+
# fill out pivot/scidas url in your deployment
187+
PIVOT_URL = ""

theme/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def create_scidas_virtual_app(request, res_id, cluster):
579579
if 'id' in jdata and 'containers' in jdata:
580580
p_data = jdata
581581

582-
url = "http://sc17demo1.scidas.org:9090/appliance"
582+
url = settings.PIVOT_URL
583583
app_id = user.username + '_cs_app_id'
584584
preset_url = ''
585585
if not p_data:

0 commit comments

Comments
 (0)