feat(base): 优化环境变量配置
This commit is contained in:
9
.env.dev
9
.env.dev
@@ -16,9 +16,12 @@ 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'
|
||||
OVERSEAS_PROXY = http://127.0.0.1:7890
|
||||
|
||||
# 微信
|
||||
APPID =
|
||||
APP_SECRET =
|
||||
APPID = wx3d30771f3987cc92
|
||||
APP_SECRET = 8e57b1b5344d1dbd058cd45f3b2c4d3c
|
||||
Reference in New Issue
Block a user