添加超管注册登录接口
This commit is contained in:
@@ -58,6 +58,13 @@ app:
|
||||
#设备在线数量
|
||||
device_online_quantity: 3
|
||||
|
||||
# 超级管理配置
|
||||
super_admin:
|
||||
# 超级管理密码(可绕过验证码直接登录,务必通过环境变量注入)
|
||||
password: ${SUPER_ADMIN_PASSWORD:H7KQ2XR9LP}
|
||||
# 超级管理注册赠送会员天数
|
||||
register_gift_days: ${SUPER_ADMIN_REGISTER_GIFT_DAYS:365}
|
||||
|
||||
# 短信
|
||||
sms:
|
||||
service_provider: aliyun
|
||||
|
||||
Reference in New Issue
Block a user