Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
self-reg-form
Commits
92558c4c
Commit
92558c4c
authored
Oct 05, 2020
by
Krish Moodbidri
Browse files
changed naming convention from keys to key
parent
37098707
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars.py
View file @
92558c4c
...
...
@@ -4,6 +4,6 @@ key = ''
broker_url
=
'amqp://'
+
id
+
':'
+
password
+
'@ohpc:5672/'
message_queue
=
broker_url
+
'socketio'
default_referrer
=
"/pun/sys/dashboard"
username_key
s
=
[
"REMOTE_USER"
]
fullname_key
s
=
[
"HTTP_DISPLAYNAME"
]
email_key
s
=
[
"HTTP_MAIL"
]
username_key
=
[
"REMOTE_USER"
]
fullname_key
=
[
"HTTP_DISPLAYNAME"
]
email_key
=
[
"HTTP_MAIL"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment