From 2dd12d0c3b62fdcfa2b0b4831ade37b1f43612d1 Mon Sep 17 00:00:00 2001 From: fenghao Date: Fri, 2 Jun 2023 21:12:16 +0800 Subject: [PATCH] fix .env.template --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 3fe762e73..39f9eeaf7 100644 --- a/.env.template +++ b/.env.template @@ -41,7 +41,7 @@ MAX_POSITION_EMBEDDINGS=4096 #** DATABASE SETTINGS **# #*******************************************************************# LOCAL_DB_USER=root -LOCAL_DB_PASSWORD=aa12345678 +LOCAL_DB_PASSWORD=aa123456 LOCAL_DB_HOST=127.0.0.1 LOCAL_DB_PORT=3306