mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 06:19:20 +08:00
491d87872c
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
4 lines
341 B
Bash
4 lines
341 B
Bash
USER=root #不用修改
|
|
PASSWORD=openIM123 #8位以上的数字和字母组合密码,密码对redis mysql mongo生效,以及config/config.yaml中的accessSecret
|
|
ENDPOINT=http://127.0.0.1:10005 #minio对外服务的ip和端口,或用域名storage.xx.xx,app要能访问到此ip和端口或域名,
|
|
DATA_DIR=./ #指定大磁盘目录 |