Skip to content

Commit

Permalink
fix update environment.sh (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubbot authored Sep 12, 2023
1 parent 3e1b147 commit 40075de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40075de

Please sign in to comment.