* wait I forgot to comit locally * cp the entire core directory and then rm the .git subdir
7 lines
92 B
Python
7 lines
92 B
Python
# WebSockets
|
|
WS_DEFAULT_PORT = 8282
|
|
WS_CLIENT_TIMEOUT = 30
|
|
|
|
# REST
|
|
REST_DEFAULT_PORT = 8283
|