diff --git a/.gitignore b/.gitignore index 646a869..4850b09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.idea/ -**/__pycache__/ \ No newline at end of file +**/__pycache__/ +*.zip \ No newline at end of file diff --git a/bin/conf/config.yml b/bin/conf/config.yml deleted file mode 100644 index ebee452..0000000 --- a/bin/conf/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -output: - # 日志等级 DEBUG INFO WARNING ERROR CRITICAL - level: INFO - # 日志是否开启颜色 True False - color: True - -servers: - # 地址 string - host: 0.0.0.0 - # 端口 integer - port: 5000 -