From 491d87872c3aa959c71321b16e892ac049438929 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Fri, 30 Jun 2023 21:20:06 +0800 Subject: [PATCH] fix: env file Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .env | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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