优化开发时环境配置

This commit is contained in:
2025-10-21 13:42:39 +08:00
parent 5617502713
commit 80310f710c
4 changed files with 15 additions and 6 deletions

View File

@@ -1,8 +1,13 @@
# 数据库连接字符串
DATABASE_URL=
DATABASE_HOST=localhost
DATABASE_PORT=23306
DATABASE_USERNAME=root
DATABASE_PASSWORD=root
DATABASE_NAME=app
# Redis 连接字符串
REDIS_URL=
REDIS_HOST=localhost
REDIS_PORT=26379
# 京东网关配置
JD_BASE=https://smart.jdbox.xyz:58001