File tree 5 files changed +6
-7
lines changed
release-v3.3/scripts/install
5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ MINIO_ENDPOINT=http://172.28.0.1:10005
30
30
31
31
# Base URL for the application programming interface (API).
32
32
# Default: API_URL=http://172.28.0.1:10002
33
- API_URL = http://172.28 .0.1 :10002
33
+ API_URL = http://14.153 .0.130 :10002
34
34
35
35
# Directory path for storing data files or related information.
36
36
# Default: DATA_DIR=./
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ MINIO_ENDPOINT=http://172.28.0.1:10005
30
30
31
31
# Base URL for the application programming interface (API).
32
32
# Default: API_URL=http://172.28.0.1:10002
33
- API_URL = http://14.153 .0.130 :10002
33
+ API_URL = http://172.28 .0.1 :10002
34
34
35
35
# Directory path for storing data files or related information.
36
36
# Default: DATA_DIR=./
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ adminList:
102
102
103
103
# ##################### OpenIM URL ######################
104
104
openIMUrl : http://172.28.0.1:10002
105
-
106
105
# ##################### Redis ######################
107
106
redis :
108
107
# address: [ 127.0.0.1:16379 ]
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ def "ENV_FILE" ""${OPENIM_ROOT}"/scripts/install/environment.sh"
66
66
67
67
# ##################### Docker compose ###################
68
68
# OPENIM AND CHAT
69
- def " CHAT_BRANCH" " main "
70
- def " SERVER_BRANCH" " main "
69
+ def " CHAT_BRANCH" " release-v1.3 "
70
+ def " SERVER_BRANCH" " release-v3.3 "
71
71
72
72
# ##################### OpenIM Docker Network ######################
73
73
# 设置 Docker 网络的网段
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ def "ENV_FILE" ""${OPENIM_ROOT}"/scripts/install/environment.sh"
66
66
67
67
# ##################### Docker compose ###################
68
68
# OPENIM AND CHAT
69
- def " CHAT_BRANCH" " main "
70
- def " SERVER_BRANCH" " main "
69
+ def " CHAT_BRANCH" " release-v1.3 "
70
+ def " SERVER_BRANCH" " release-v3.3 "
71
71
72
72
# ##################### OpenIM Docker Network ######################
73
73
# 设置 Docker 网络的网段
You can’t perform that action at this time.
0 commit comments