add support for tokens in monitor

This commit is contained in:
ducklet 2021-02-02 19:56:48 +01:00
parent ab7f6014a4
commit f900542765
5 changed files with 56 additions and 37 deletions

View file

@ -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")