From 4ed3a67f29a6b17bcc5ee382c6460b9c6b52df17 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sun, 31 May 2026 16:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.file | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/env.file b/env.file index 3d3d953..33a788c 100644 --- a/env.file +++ b/env.file @@ -4,14 +4,8 @@ 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/" -[test] -IOT_API_URL="http://127.0.0.1/api/v1" -ENDPOINT_ROOT_DIR="/usr/local/code/database/" -ENDPOINT_LOG_PATH="/usr/local/code/database/endpoint_log" -IOT_MNESIA_DIR="/var/lib/iot/mnesia/" - [prod] -IOT_API_URL="https://lgsiot.njau.edu.cn/api/v1/taskLog" +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/"