add support for tokens in monitor
This commit is contained in:
parent
ab7f6014a4
commit
f900542765
5 changed files with 56 additions and 37 deletions
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
max_clients_per_session = 10
|
||||
max_sessions = 10
|
||||
client_timeout_s = 600 # Seconds before a client times out
|
||||
client_timeout_s = 600 # Seconds before a client times out.
|
||||
session_timeout_s = 0
|
||||
path_prefix = "/quiz/"
|
||||
ws_host = os.getenv("WS_HOST", "0.0.0.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue