From 7718a73537ee9e7e6a2e06eef3f529f18ae215e3 Mon Sep 17 00:00:00 2001 From: zhangjf Date: Sun, 15 Feb 2026 11:43:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E8=AE=B0=E5=BD=95?= =?UTF-8?q?MySQL/Redis/Nacos=E8=BF=9E=E6=8E=A5=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..c62dd40 --- /dev/null +++ b/.env @@ -0,0 +1,22 @@ +# ============================================ +# 资金服务平台环境配置 +# ============================================ + +# MySQL 配置 +MYSQL_HOST=localhost +MYSQL_PORT=3306 +MYSQL_USERNAME=root +MYSQL_PASSWORD=zjf@123456 +MYSQL_AUTH_PLUGIN=caching_sha2_password + +# Redis 配置 +REDIS_HOST=localhost +REDIS_PORT=6379 +REDIS_PASSWORD=zjf@123456 + +# Nacos 配置 +NACOS_HOST=localhost +NACOS_PORT=8848 +NACOS_USERNAME=nacos +NACOS_PASSWORD=nacos +NACOS_CONSOLE_PORT=8048