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

changed variable names to match naming convention of REMOTE_USER

parent 58653950
No related branches found
No related tags found
No related merge requests found
id = ''
password = ''
key = ''
broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/'
id = 'reggie'
password = 'reggie'
key = '1234'
broker_url = 'amqp://' + id + ':' + password + '@master:5672/'
message_queue = broker_url + 'socketio'
default_referrer = "/pun/sys/dashboard"
username_key = ["REMOTE_USER"]
fullname_key = ["HTTP_DISPLAYNAME"]
email_key = ["HTTP_MAIL"]
fullname_key = ["REMOTE_USER_DISPLAYNAME"]
email_key = ["REMOTE_USER_MAIL"]
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