feat: add config

pull/1055/head
Xinwei Xiong(cubxxw) 2 years ago
parent 976524a900
commit 2812f24e2f

@ -227,7 +227,6 @@ OPENIM_WEB_PORT=11001
# Default: OPENIM_WEB_ADDRESS=172.28.0.1 # Default: OPENIM_WEB_ADDRESS=172.28.0.1
OPENIM_WEB_ADDRESS=172.28.0.8 OPENIM_WEB_ADDRESS=172.28.0.8
# ====================================== # ======================================
# ========= OpenIM Server ============== # ========= OpenIM Server ==============
# ====================================== # ======================================

@ -156,7 +156,6 @@ object:
sessionToken: '' sessionToken: ''
publicRead: false publicRead: false
###################### RPC Port Configuration ###################### ###################### RPC Port Configuration ######################
# RPC service ports # RPC service ports
# These ports are passed into the program by the script and are not recommended to modify # These ports are passed into the program by the script and are not recommended to modify
@ -197,7 +196,7 @@ rpcRegisterName:
# Whether to output in json format # Whether to output in json format
# Whether to include stack trace in logs # Whether to include stack trace in logs
log: log:
storageLocation: /root/workspaces/openim/openim-server/logs/ storageLocation: ../../logs/
rotationTime: 24 rotationTime: 24
remainRotationCount: 2 remainRotationCount: 2
remainLogLevel: 6 remainLogLevel: 6
@ -229,18 +228,18 @@ push:
enable: getui enable: getui
geTui: geTui:
pushUrl: "https://restapi.getui.com/v2/$appId" pushUrl: "https://restapi.getui.com/v2/$appId"
masterSecret: "" masterSecret: ''
appKey: "" appKey: ''
intent: "" intent: ''
channelID: "" channelID: ''
channelName: "" channelName: ''
fcm: fcm:
serviceAccount: "x.json" serviceAccount: "x.json"
jpns: jpns:
appKey: appKey: ''
masterSecret: masterSecret: ''
pushUrl: pushUrl: ''
pushIntent: pushIntent: ''
# App manager configuration # App manager configuration
# #

Loading…
Cancel
Save