feat(config): 新增环境变量文件
This commit is contained in:
24
.env.dev
Normal file
24
.env.dev
Normal 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 =
|
||||
Reference in New Issue
Block a user