Skip to content

Commit 13f9e5e

Browse files
authored
fix: fix openim web port (#12)
1 parent b5159cf commit 13f9e5e

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MINIO_ENDPOINT=http://172.28.0.1:10005
3030

3131
# Base URL for the application programming interface (API).
3232
# 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
3434

3535
# Directory path for storing data files or related information.
3636
# Default: DATA_DIR=./

example/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MINIO_ENDPOINT=http://172.28.0.1:10005
3030

3131
# Base URL for the application programming interface (API).
3232
# 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
3434

3535
# Directory path for storing data files or related information.
3636
# Default: DATA_DIR=./

openim-chat/main/config/config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ adminList:
102102

103103
###################### OpenIM URL ######################
104104
openIMUrl: http://172.28.0.1:10002
105-
106105
###################### Redis ######################
107106
redis:
108107
# address: [ 127.0.0.1:16379 ]

openim-server/main/scripts/install/environment.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def "ENV_FILE" ""${OPENIM_ROOT}"/scripts/install/environment.sh"
6666

6767
###################### Docker compose ###################
6868
# 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"
7171

7272
###################### OpenIM Docker Network ######################
7373
# 设置 Docker 网络的网段

openim-server/release-v3.3/scripts/install/environment.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def "ENV_FILE" ""${OPENIM_ROOT}"/scripts/install/environment.sh"
6666

6767
###################### Docker compose ###################
6868
# 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"
7171

7272
###################### OpenIM Docker Network ######################
7373
# 设置 Docker 网络的网段

0 commit comments

Comments
 (0)