mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-04 19:32:17 +08:00
14 lines
171 B
YAML
14 lines
171 B
YAML
rpc:
|
|
registerIP: ''
|
|
listenIP: 0.0.0.0
|
|
ports: [ 10160 ]
|
|
|
|
prometheus:
|
|
enable: true
|
|
ports: [ 20106 ]
|
|
|
|
tokenPolicy:
|
|
# Token validity period, in days
|
|
expire: 90
|
|
|