From 40075de484ab4bfcd8464a770f6908d8f2a5b7bb Mon Sep 17 00:00:00 2001 From: OpenIM Bot <124379614+kubbot@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:02:03 +0800 Subject: [PATCH] fix update environment.sh (#1068) --- scripts/install/environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/environment.sh b/scripts/install/environment.sh index 080e95042..b17570be5 100755 --- a/scripts/install/environment.sh +++ b/scripts/install/environment.sh @@ -176,7 +176,7 @@ readonly API_URL=${API_URL:-"http://${IP}:${API_OPENIM_PORT}"} def "OBJECT_ENABLE" "minio" # 对象是否启用 # 对象的API地址 -readonly OBJECT_APIURL=${OBJECT_APIURL:-"http://${API_URL}"} +readonly OBJECT_APIURL=${OBJECT_APIURL:-"${API_URL}"} def "MINIO_BUCKET" "openim" # MinIO的存储桶名称 def "MINIO_PORT" "10005" # MinIO的端口 # MinIO的端点URL