diff --git a/.idea/misc.xml b/.idea/misc.xml index 65531ca..5cf0187 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/gunicorn_config.py b/gunicorn_config.py index 937f977..a9c2bad 100644 --- a/gunicorn_config.py +++ b/gunicorn_config.py @@ -1,7 +1,7 @@ # 并行工作线程数 workers = 2 # 监听内网端口5000【按需要更改】 -bind = '0.0.0.0:18001' +bind = '0.0.0.0:18000' loglevel = 'debug'