From 33952d176fcc84872a5884e20d244cb193a65754 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 1 Jun 2026 15:02:27 +0800 Subject: [PATCH] fix env --- env.file | 2 ++ 1 file changed, 2 insertions(+) diff --git a/env.file b/env.file index 33a788c..1c11f30 100644 --- a/env.file +++ b/env.file @@ -3,9 +3,11 @@ IOT_API_URL="http://127.0.0.1:18090/simulator" ENDPOINT_ROOT_DIR="/usr/local/var/lib/iot/endpoint/" ENDPOINT_LOG_PATH="/usr/local/var/lib/iot/endpoint_log/" IOT_MNESIA_DIR="/usr/local/var/lib/iot/mnesia/" +IOT_CTRL_SOCKET_PATH="/usr/local/var/lib/iot/ctl.sock" [prod] IOT_API_URL="http://127.0.0.1/api/v1" ENDPOINT_ROOT_DIR="/var/lib/endpoint/database/" ENDPOINT_LOG_PATH="/var/lib/endpoint/endpoint_log" IOT_MNESIA_DIR="/var/lib/iot/mnesia/" +IOT_CTRL_SOCKET_PATH="/var/lib/iot/ctl.sock"