mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
14 lines
172 B
YAML
14 lines
172 B
YAML
rpc:
|
||
registerIP: ''
|
||
listenIP: 0.0.0.0
|
||
ports: [ 10160 ]
|
||
|
||
prometheus:
|
||
enable: true
|
||
ports: [ 20106 ]
|
||
|
||
tokenPolicy:
|
||
#token有效期,单位(天)
|
||
expire: 90
|
||
|