配置文件优化,参数整合及日志优化
This commit is contained in:
@@ -176,10 +176,10 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali
|
||||
|
||||
############################################################################
|
||||
#SMS Message Login configuration #
|
||||
#SmsOtpAuthnYunxin SmsOtpAuthnAliyun SmsOtpAuthnTencentCloud #
|
||||
#aliyun yunxin tencentcloud #
|
||||
############################################################################
|
||||
#default
|
||||
maxkey.otp.sms =${SMS_IMPL:SmsOtpAuthnYunxin}
|
||||
maxkey.otp.sms.provider =${SMS_PROVIDER:yunxin}
|
||||
#aliyun
|
||||
maxkey.otp.sms.aliyun.accesskeyid =${SMS_ALIYUN_ACCESSKEYID:94395d754eb55693043f5d6a2b772ef4}
|
||||
maxkey.otp.sms.aliyun.accesssecret =${SMS_ALIYUN_ACCESSSECRET:05d5485357bc}
|
||||
@@ -199,11 +199,11 @@ maxkey.otp.sms.tencentcloud.sign =${SMS_TENCENTCLOUD_SIGN:1486009
|
||||
############################################################################
|
||||
#Time-based One-Time Password configuration #
|
||||
############################################################################
|
||||
maxkey.otp.keyuri.format.type =totp
|
||||
maxkey.otp.keyuri.format.digits =6
|
||||
maxkey.otp.keyuri.format.issuer =${OTP_KEYURI_ISSUER:MaxKey}
|
||||
maxkey.otp.keyuri.format.domain =${maxkey.server.domain}
|
||||
maxkey.otp.keyuri.format.period =30
|
||||
maxkey.otp.policy.type =totp
|
||||
maxkey.otp.policy.digits =6
|
||||
maxkey.otp.policy.issuer =${OTP_POLICY_ISSUER:MaxKey}
|
||||
maxkey.otp.policy.domain =${maxkey.server.domain}
|
||||
maxkey.otp.policy.period =30
|
||||
|
||||
############################################################################
|
||||
#LDAP Login support configuration #
|
||||
|
||||
Reference in New Issue
Block a user