deng.yinping hace 1 año
padre
commit
f44d60be24
Se han modificado 3 ficheros con 6 adiciones y 2 borrados
  1. 3 0
      .gitignore
  2. 2 2
      app_config.py
  3. 1 0
      static/quote_data/readme.txt

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+services/__pycache__/mongodb_tools.cpython-38.pyc
+__pycache__/app_config.cpython-38.pyc
+services/__pycache__/quote_query_entity.cpython-38.pyc

+ 2 - 2
app_config.py

@@ -1,12 +1,12 @@
 # 设置查询文件夹路径
 from services.quote_query_entity import QuoteQueryEntity
 
+# 网站端口号
+SERVICE_PORT = 8086 #
 
 UPLOAD_FOLDER = 'static/quote_data'
-SERVICE_PORT = 8000
 
 DEFAULT_PARAM = QuoteQueryEntity()
-
 DEFAULT_PARAM.host = '192.168.31.204'       # 主机IP
 DEFAULT_PARAM.port = 5025                   # 主机端口号
 DEFAULT_PARAM.username = 'quote_test01'     # mongodb用户名

+ 1 - 0
static/quote_data/readme.txt

@@ -0,0 +1 @@
+生成行情记录目录