feat(config): 新增环境变量文件

This commit is contained in:
xingc
2025-02-18 21:11:48 +08:00
parent 48a02974fc
commit 2218fe8ae7
2 changed files with 31 additions and 10 deletions

24
.env.dev Normal file
View File

@@ -0,0 +1,24 @@
# 应用配置
ALLOWED_ORIGINS = http://127.0.0.1:3000,http://localhost:3000
# 身份认证
ACCESS_SECRET_KEY = a2f718e8313bf8efcb45ef7364d040c45800f34d10f65776eef0f6584677ecd0
# 数据库配置
DB_USER = card_book
DB_PASSWORD = DFCPjk4rdkca6SPE
DB_HOST = 192.168.3.4
DB_NAME = card_book
# redis配置
REDIS_PASSWORD = xingc
REDIS_HOST = 192.168.3.4
REDIS_PORT = 6379
REDIS_DB = 0
# 代理
OVERSEAS_PROXY = 'http://127.0.0.1:7890'
# 微信
APPID =
APP_SECRET =