Skip to content

Commit 1f32e2c

Browse files
refactor: Healthcheck supports dynamic path configuration
1 parent 2865184 commit 1f32e2c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

installer/install.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ SQLBOT_CACHE_TYPE="memory"
3434
SQLBOT_SERVER_IMAGE_HOST=http://YOUR_SERVER_IP:MCP_PORT/images/
3535
##Token过期时间: 60 minutes * 24 hours * 8 days = 11520 minutes
3636
SQLBOT_ACCESS_TOKEN_EXPIRE_MINUTES=11520
37+
## 上下文路径
38+
SQLBOT_CONTEXT_PATH=

installer/sqlbot/templates/sqlbot.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ POSTGRES_PASSWORD=${SQLBOT_DB_PASSWORD}
1919
SERVER_IMAGE_HOST=${SQLBOT_SERVER_IMAGE_HOST}
2020

2121
ACCESS_TOKEN_EXPIRE_MINUTES=${SQLBOT_ACCESS_TOKEN_EXPIRE_MINUTES}
22+
23+
CONTEXT_PATH=${SQLBOT_CONTEXT_PATH}

0 commit comments

Comments
 (0)