feat(all): 同步最新进度
This commit is contained in:
30
.env.example
Normal file
30
.env.example
Normal file
@@ -0,0 +1,30 @@
|
||||
# 应用配置
|
||||
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
|
||||
|
||||
# 文件上传配置
|
||||
ASSETS_BASE_URL = http://127.0.0.1:8001
|
||||
|
||||
# 代理
|
||||
OVERSEAS_PROXY = http://127.0.0.1:7890
|
||||
|
||||
# 微信
|
||||
APPID = wx3d30771f3987cc92
|
||||
APP_SECRET = 8e57b1b5344d1dbd058cd45f3b2c4d3c
|
||||
PAY_MCH_ID =
|
||||
PAY_API_KEY =
|
||||
PAY_NOTIFY_URL =
|
||||
Reference in New Issue
Block a user