From 56ce4bc77ddabc349b3eb465ea671d6d702d36d0 Mon Sep 17 00:00:00 2001 From: ChuXun <504257689@qq.com> Date: Thu, 29 Jan 2026 04:30:55 +0800 Subject: [PATCH] env_example --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..cf803ea --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +APP_BASE_URL=http://localhost:xxxx +TOKEN_SIGNING_KEY= +JWT_SECRET= +VOLCANO_API_KEY= +SPRING_MAIL_USERNAME= +SPRING_MAIL_PASSWORD= \ No newline at end of file