Add sample config
This commit is contained in:
parent
d7015c186e
commit
4e46823ce8
10
sample.config.py
Normal file
10
sample.config.py
Normal file
@ -0,0 +1,10 @@
|
||||
SECRET_KEY = "set this to something secret"
|
||||
|
||||
# Set host and port to listen on
|
||||
HOST = "localhost"
|
||||
PORT = 5050
|
||||
|
||||
# Config for SocketIO and EngineIO
|
||||
SOCKET_IO_CONFIG = {
|
||||
"cors_allowed_origins": "*"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user