From e7c4320a477bb887cfd8304080cfaf9276b95c76 Mon Sep 17 00:00:00 2001 From: guyue Date: Thu, 2 Jan 2025 16:20:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Redis=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..9252a04 --- /dev/null +++ b/.env @@ -0,0 +1,13 @@ +MONGO_HOST=localhost +MONGO_PORT=27017 +MONGO_DB=soulbook + +REDIS_ENDPOINT=localhost +REDIS_PORT=6379 +REDIS_PASSWORD= +CACHE_DB=0 +SESSION_DB=1 + +IS_RUNNING=true + +API_KEY=key \ No newline at end of file