Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix openim web port #12

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MINIO_ENDPOINT=http://172.28.0.1:10005

# Base URL for the application programming interface (API).
# Default: API_URL=http://172.28.0.1:10002
API_URL=http://172.28.0.1:10002
API_URL=http://14.153.0.130:10002

# Directory path for storing data files or related information.
# Default: DATA_DIR=./
Expand Down
2 changes: 1 addition & 1 deletion example/.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MINIO_ENDPOINT=http://172.28.0.1:10005

# Base URL for the application programming interface (API).
# Default: API_URL=http://172.28.0.1:10002
API_URL=http://14.153.0.130:10002
API_URL=http://172.28.0.1:10002

# Directory path for storing data files or related information.
# Default: DATA_DIR=./
Expand Down
1 change: 0 additions & 1 deletion openim-chat/main/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ adminList:

###################### OpenIM URL ######################
openIMUrl: http://172.28.0.1:10002

###################### Redis ######################
redis:
# address: [ 127.0.0.1:16379 ]
Expand Down
4 changes: 2 additions & 2 deletions openim-server/main/scripts/install/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def "ENV_FILE" ""${OPENIM_ROOT}"/scripts/install/environment.sh"

###################### Docker compose ###################
# OPENIM AND CHAT
def "CHAT_BRANCH" "main"
def "SERVER_BRANCH" "main"
def "CHAT_BRANCH" "release-v1.3"
def "SERVER_BRANCH" "release-v3.3"

###################### OpenIM Docker Network ######################
# 设置 Docker 网络的网段
Expand Down
4 changes: 2 additions & 2 deletions openim-server/release-v3.3/scripts/install/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def "ENV_FILE" ""${OPENIM_ROOT}"/scripts/install/environment.sh"

###################### Docker compose ###################
# OPENIM AND CHAT
def "CHAT_BRANCH" "main"
def "SERVER_BRANCH" "main"
def "CHAT_BRANCH" "release-v1.3"
def "SERVER_BRANCH" "release-v3.3"

###################### OpenIM Docker Network ######################
# 设置 Docker 网络的网段
Expand Down
Loading