fix: Add some optimizations

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/825/head
Xinwei Xiong(cubxxw-openim) 2 years ago
parent 7f4de7fda7
commit 38d4babf30
No known key found for this signature in database
GPG Key ID: 1BAD6F395338EFDE

@ -15,5 +15,5 @@
USER=root USER=root
PASSWORD=openIM123 PASSWORD=openIM123
MINIO_ENDPOINT=http://14.155.127.181:10005 MINIO_ENDPOINT=http://14.155.127.181:10005
API_URL=http://14.155.127.181:10002/object/ API_URL=http://14.155.127.181:10002
DATA_DIR=/root/workspaces/openim/openim-server DATA_DIR=/root/workspaces/openim/openim-server

@ -132,7 +132,7 @@ api:
# minio.signEndpoint is minio public network address # minio.signEndpoint is minio public network address
object: object:
enable: "minio" enable: "minio"
apiURL: "http://127.0.0.1:10002/object/" apiURL: "http://127.0.0.1:10002"
minio: minio:
bucket: "openim" bucket: "openim"
endpoint: "http://14.155.127.181:10005" endpoint: "http://14.155.127.181:10005"
@ -232,7 +232,7 @@ push:
channelID: "" channelID: ""
channelName: "" channelName: ""
fcm: fcm:
serviceAccount: x.json serviceAccount: "x.json"
jpns: jpns:
appKey: appKey:
masterSecret: masterSecret:

@ -36,7 +36,7 @@ function def() {
} }
# app要能访问到此ip和端口或域名 # app要能访问到此ip和端口或域名
def "API_URL" "http://${IP}:10002/object/" def "API_URL" "http://${IP}:10002"
def "DATA_DIR" "${OPENIM_ROOT}" def "DATA_DIR" "${OPENIM_ROOT}"
# 设置统一的用户名,方便记忆 # 设置统一的用户名,方便记忆

@ -16,7 +16,8 @@
# OpenIM Server Installation Script # OpenIM Server Installation Script
# #
# Description: # Description:
# This script is designed to handle the installation, uninstallation, and # This script is designed to handle the installation, Is a deployment solution
# that uses the Linux systen extension. uninstallation, and
# status checking of OpenIM components on the server. OpenIM is a presumed # status checking of OpenIM components on the server. OpenIM is a presumed
# communication or messaging platform based on the context. # communication or messaging platform based on the context.
# #

Loading…
Cancel
Save