File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -760,8 +760,8 @@ show_service_info() {
760760 echo " Service URLs:"
761761 echo " 📊 MemMachine API: http://localhost:${MEMORY_SERVER_PORT:- 8080} "
762762 echo " 🗄️ Neo4j Browser: http://localhost:${NEO4J_HTTP_PORT:- 7474} "
763- echo " 📈 Health Check: http://localhost:${MEMORY_SERVER_PORT:- 8080} /health"
764- echo " 📊 Metrics: http://localhost:${MEMORY_SERVER_PORT:- 8080} /metrics"
763+ echo " 📈 Health Check: http://localhost:${MEMORY_SERVER_PORT:- 8080} /api/v2/ health"
764+ echo " 📊 Metrics: http://localhost:${MEMORY_SERVER_PORT:- 8080} /api/v2/ metrics"
765765 echo " "
766766 echo " Database Access:"
767767 echo " 🐘 PostgreSQL: localhost:${POSTGRES_PORT:- 5432} (user: ${POSTGRES_USER:- memmachine} , db: ${POSTGRES_DB:- memmachine} )"
You can’t perform that action at this time.
0 commit comments