基于pigx的分布式架构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
975 B

11 months ago
  1. {
  2. "groups": [
  3. {
  4. "name": "security.log",
  5. "type": "com.pig4cloud.pig.common.log.config.PigLogProperties",
  6. "sourceType": "com.pig4cloud.pig.common.log.config.PigLogProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "security.log.enabled",
  12. "type": "java.lang.Boolean",
  13. "description": "开启日志记录",
  14. "sourceType": "com.pig4cloud.pig.common.log.config.PigLogProperties",
  15. "defaultValue": true
  16. },
  17. {
  18. "name": "security.log.exclude-fields",
  19. "type": "java.util.List<java.lang.String>",
  20. "description": "放行字段,password,mobile,idcard,phone",
  21. "sourceType": "com.pig4cloud.pig.common.log.config.PigLogProperties"
  22. },
  23. {
  24. "name": "security.log.max-length",
  25. "type": "java.lang.Integer",
  26. "description": "请求报文最大存储长度",
  27. "sourceType": "com.pig4cloud.pig.common.log.config.PigLogProperties",
  28. "defaultValue": 2000
  29. }
  30. ],
  31. "hints": []
  32. }