diff --git a/config.yaml b/config.yaml index 7a325c36e..0be4ffc7c 100644 --- a/config.yaml +++ b/config.yaml @@ -27,7 +27,7 @@ DEBUG: false REDIS_HOST: 127.0.0.1 REDIS_PORT: 6379 REDIS_PASSWORD: 199628@tlw -REDIS_DB: 0 +REDIS_DB: 1 REDIS_MAX_CONNECTIONS: 100 # 日志级别 diff --git a/start_frontend.sh b/start_frontend.sh index 435b892d3..11ccc49d5 100755 --- a/start_frontend.sh +++ b/start_frontend.sh @@ -10,7 +10,6 @@ cd ui && npm run chat & echo "Frontend interfaces started." echo "Admin interface will be available at http://localhost:3000" -echo "Chat interface will be available at http://localhost:3001" echo "Make sure the backend service is running at http://localhost:8080" echo "Press Ctrl+C to stop both interfaces."