mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-10 06:37:00 +08:00
change openim.yaml
This commit is contained in:
parent
4c19a8095e
commit
ef2b7dbb6c
@ -19,6 +19,9 @@
|
|||||||
# --| target: config/config.yaml
|
# --| target: config/config.yaml
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
|
|
||||||
|
envs:
|
||||||
|
discovery: ${ENVS_DISCOVERY}
|
||||||
|
|
||||||
###################### Zookeeper ######################
|
###################### Zookeeper ######################
|
||||||
# Zookeeper configuration
|
# Zookeeper configuration
|
||||||
# It's not recommended to modify the schema
|
# It's not recommended to modify the schema
|
||||||
|
|||||||
@ -150,6 +150,8 @@ def "OPENIM_CHAT_NAME" "chat" # openim-chat chat用户名
|
|||||||
# TODO 注意: 一般的配置都可以使用 def 函数来定义,如果是包含特殊字符,比如说:
|
# TODO 注意: 一般的配置都可以使用 def 函数来定义,如果是包含特殊字符,比如说:
|
||||||
# TODO readonly MSG_DESTRUCT_TIME=${MSG_DESTRUCT_TIME:-'0 2 * * *'}
|
# TODO readonly MSG_DESTRUCT_TIME=${MSG_DESTRUCT_TIME:-'0 2 * * *'}
|
||||||
# TODO 使用 readonly 来定义合适,负责无法正常解析, 并且 yaml 模板需要加 "" 来包裹
|
# TODO 使用 readonly 来定义合适,负责无法正常解析, 并且 yaml 模板需要加 "" 来包裹
|
||||||
|
###################### Env 配置信息 ######################
|
||||||
|
def "ENVS_DISCOVERY" "zookeeper"
|
||||||
|
|
||||||
###################### Zookeeper 配置信息 ######################
|
###################### Zookeeper 配置信息 ######################
|
||||||
def "ZOOKEEPER_SCHEMA" "openim" # Zookeeper的模式
|
def "ZOOKEEPER_SCHEMA" "openim" # Zookeeper的模式
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user