配置文件优化,参数整合及日志优化
This commit is contained in:
@@ -157,6 +157,14 @@ spring.kafka.producer.key-serializer =org.apache.kafka.common.seriali
|
||||
spring.kafka.producer.value-serializer =org.apache.kafka.common.serialization.StringSerializer
|
||||
# partitioner
|
||||
#spring.kafka.producer.properties.partitioner.class=com.felix.kafka.producer.CustomizePartitioner
|
||||
############################################################################
|
||||
#Time-based One-Time Password configuration #
|
||||
############################################################################
|
||||
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
|
||||
|
||||
#############################################################################
|
||||
#SAML V2.0 configuration #
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<Logger level="DEBUG" name="org.maxkey" ></Logger>
|
||||
<Logger level="DEBUG" name="org.apache.mybatis.jpa" ></Logger>
|
||||
<Logger level="ERROR" name="org.reflections.Reflections" ></Logger>
|
||||
<Logger level="OFF" name="org.hibernate.validator.internal.util.Version" ></Logger>
|
||||
|
||||
<Root level="INFO">
|
||||
<AppenderRef ref="consolePrint" />
|
||||
|
||||
Reference in New Issue
Block a user