Change default port to 11000
This commit is contained in:
parent
dcdc283db2
commit
02096d66a4
@ -1,5 +1,5 @@
|
|||||||
host = "localhost"
|
host = "localhost"
|
||||||
port = 15001
|
port = 11000
|
||||||
reloader = False
|
reloader = False
|
||||||
debug = False
|
debug = False
|
||||||
server = 'gunicorn' # default = 'wsgiref'
|
server = 'gunicorn' # default = 'wsgiref'
|
||||||
|
Loading…
Reference in New Issue
Block a user