diff --git a/.env b/.env index 17f7ebb68..fa34728dd 100644 --- a/.env +++ b/.env @@ -1,3 +1,4 @@ -USER=root -PASSWORD=openIM -DATA_DIR=./ \ No newline at end of file +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=./ #指定大磁盘目录 \ No newline at end of file