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
1 merge request!8made UI changes to the app
id = '' id = 'reggie'
password = '' password = 'reggie'
key = '' key = '1234'
broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/' broker_url = 'amqp://' + id + ':' + password + '@master:5672/'
message_queue = broker_url + 'socketio' message_queue = broker_url + 'socketio'
default_referrer = "/pun/sys/dashboard" default_referrer = "/pun/sys/dashboard"
username_key = ["REMOTE_USER"] username_key = ["REMOTE_USER"]
fullname_key = ["HTTP_DISPLAYNAME"] fullname_key = ["REMOTE_USER_DISPLAYNAME"]
email_key = ["HTTP_MAIL"] 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