Skip to content

Commit 35b8a83

Browse files
Change image host URL from HTTPS to HTTP
1 parent 1ffd918 commit 35b8a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ SQLBOT_LOG_LEVEL="INFO"
3131
## 缓存类型
3232
SQLBOT_CACHE_TYPE="memory"
3333
## MCP 图片存储路径
34-
SQLBOT_SERVER_IMAGE_HOST=https://YOUR_SERVER_IP:MCP_PORT/images/
34+
SQLBOT_SERVER_IMAGE_HOST=http://YOUR_SERVER_IP:MCP_PORT/images/

0 commit comments

Comments
 (0)