Skip to content

Commit 77c9361

Browse files
committed
bug fix
1 parent 147553e commit 77c9361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- MCP_HUB_COMMON_QA_GROUP_URL=http://host.docker.internal:3300/mcp/fa7646b4-1679-4d1d-9bda-3e9190cfef1a
5353
- MCP_HUB_DATABASE_QA_GROUP_URL=http://host.docker.internal:3300/mcp/f635fd21-2f44-4a99-8a92-f778b4d3607f
5454
- SHOW_THINKING_PROCESS=true
55-
- NEO4J_URI=bolt://localhost:7687
55+
- NEO4J_URI=bolt://host.docker.internal:7687
5656
- NEO4J_USER=neo4j
5757
- NEO4J_PASSWORD=neo4j123
5858
- TZ=Asia/Shanghai

web/src/views/chat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ const pendingUploadFileInfoList = ref([])
843843
<n-button
844844
type="primary"
845845
icon-placement="left"
846-
color="#5f5ae9"
846+
color="#3e2cff"
847847
strong
848848
class="create-chat"
849849
:disabled="stylizingLoading"

0 commit comments

Comments
 (0)