🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -43,8 +43,8 @@ LOG_FILE="$LOGS_DIR/server.log"
|
|||||||
echo -e "${YELLOW}Logs will be written to: ${LOG_FILE}${NC}"
|
echo -e "${YELLOW}Logs will be written to: ${LOG_FILE}${NC}"
|
||||||
|
|
||||||
# Start the server
|
# Start the server
|
||||||
echo -e "${GREEN}Starting uvicorn server on http://localhost:8000${NC}"
|
echo -e "${GREEN}Starting uvicorn server on http://localhost:8123${NC}"
|
||||||
echo -e "${YELLOW}Press Ctrl+C to stop the server${NC}"
|
echo -e "${YELLOW}Press Ctrl+C to stop the server${NC}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
uvicorn src.main:app --reload --host 0.0.0.0 --port 8000 2>&1 | tee "$LOG_FILE"
|
uvicorn src.main:app --reload --host 0.0.0.0 --port 8123 2>&1 | tee "$LOG_FILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user