针对微信小程序的后台经过5天测试,具备一定的稳定性,提交版本用于保存
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from pymysql.cursors import DictCursor
|
||||
|
||||
DATABASE_CONFIG = {
|
||||
"host": "localhost",
|
||||
"port": 5455,
|
||||
"host": "localhost",#"ragflow-mysql",#"localhost",
|
||||
"port": 5455,#3306, #5455,
|
||||
"user": "root",
|
||||
"password": "infini_rag_flow",
|
||||
"database": "rag_flow",
|
||||
|
||||
Reference in New Issue
Block a user