fix docs and todo
This commit is contained in:
4
Makefile
4
Makefile
@@ -41,7 +41,7 @@ COMMON_FLAGS := -vet -strict-style
|
||||
EXTRA_LINKER_FLAGS := $(LIB_PATH) $(SHIM_LIB) $(ROCKSDB_LIBS)
|
||||
|
||||
# Runtime configuration
|
||||
PORT ?= 8000
|
||||
PORT ?= 8002
|
||||
HOST ?= 0.0.0.0
|
||||
DATA_DIR ?= ./data
|
||||
VERBOSE ?= 0
|
||||
@@ -191,7 +191,7 @@ help:
|
||||
@echo " make clean - Remove build artifacts"
|
||||
@echo ""
|
||||
@echo "$(GREEN)Run Commands:$(NC)"
|
||||
@echo " make run - Build and run server (default: localhost:8000)"
|
||||
@echo " make run - Build and run server (default: localhost:8002)"
|
||||
@echo " make run PORT=9000 - Run on custom port"
|
||||
@echo " make dev - Clean, build, and run"
|
||||
@echo " make quick - Fast rebuild and run"
|
||||
|
||||
Reference in New Issue
Block a user