feature: root service and account status
This commit is contained in:
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ ENV_FILE ?= $(ENV_DIR)/env
|
||||
SYSTEMD_PATH ?= /etc/systemd/system/$(SERVICE).service
|
||||
BRANCH ?= main
|
||||
HOST ?= 127.0.0.1
|
||||
PORT ?= 8000
|
||||
PORT ?= 80
|
||||
HEALTH_URL ?= http://$(HOST):$(PORT)/health
|
||||
TOKEN ?= $(shell awk -F= '/^SKD_AUTH_TOKEN=/{print $$2}' $(ENV_FILE) 2>/dev/null)
|
||||
KEEP_INSTALL_DIR ?= 1
|
||||
|
||||
Reference in New Issue
Block a user