Skip to content
Snippets Groups Projects
Commit 2edc9b99 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

update default referrer value to point to dashboard

parent dc1ce06d
No related branches found
No related tags found
1 merge request!6Flask v0.1
...@@ -3,4 +3,4 @@ password = '' ...@@ -3,4 +3,4 @@ password = ''
key = '' key = ''
broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/' broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/'
message_queue = broker_url + 'socketio' message_queue = broker_url + 'socketio'
default_referrer = "https://docs.uabgrid.uab.edu/wiki/Cheaha_Quick_Start" default_referrer = "/pun/sys/dashboard"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment