Skip to content
Snippets Groups Projects
Commit ad605261 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

add default password for Ed

parent 4e67505c
No related branches found
No related tags found
No related merge requests found
Pipeline #3466 failed
......@@ -9,7 +9,7 @@ import stream
import groups
# variables
STAFF_PASSWORD = os.environ['ALLOC_STAFF_PW']
STAFF_PASSWORD = os.environ.get('ALLOC_STAFF_PW', 'Password')
WS_PORT = 8081
protocol = {
......
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