mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-14 14:05:59 +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
|
||
|
|
|