Commit 47e17549 authored by 林洋洋's avatar 林洋洋

修改数据库链接信息

parent db22a23e
......@@ -132,8 +132,8 @@ KNOWLEDGE_SEARCH_REWRITE=False
LOCAL_DB_TYPE=mysql
LOCAL_DB_USER=root
LOCAL_DB_PASSWORD=123456
LOCAL_DB_HOST=192.168.30.136
LOCAL_DB_PORT=3306
LOCAL_DB_HOST=39.105.143.94
LOCAL_DB_PORT=33333
LOCAL_DB_NAME=dbgpt
### This option determines the storage location of conversation records. The default is not configured to the old version of duckdb. It can be optionally db or file (if the value is db, the database configured by LOCAL_DB will be used)
#CHAT_HISTORY_STORE_TYPE=db
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment