mirror of
https://git.wownero.com/dsc/ircradio.git
synced 2024-08-15 01:03:15 +00:00
browsers are too strict nowadays
This commit is contained in:
parent
238022c052
commit
c59e2edf8e
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ def bool_env(val):
|
|||
|
||||
debug = False
|
||||
host = "127.0.0.1"
|
||||
ws_url = "http://127.0.0.1:2600/ws"
|
||||
port = 2600
|
||||
timezone = "Europe/Amsterdam"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue