ruoyi-server-sync.yml 620 B

1234567891011121314151617181920212223242526272829
  1. thread-pool:
  2. enabled: true
  3. queue-capacity: 1000
  4. keep-alive-seconds: 60
  5. sync:
  6. hmac-signature:
  7. enabled: true
  8. timestamp-tolerance-seconds: 300
  9. api-key-header: X-Api-Key
  10. timestamp-header: X-Timestamp
  11. nonce-header: X-Nonce
  12. signature-header: X-Signature
  13. algorithm-header: X-Signature-Algorithm
  14. clients:
  15. sync-jw: jwapi-t3E9qrMRn74ClaahRo6F3WjJOgCBu1F3i39diSvoYT0uJX5ZPh1Pl6SWPNDcjYxe
  16. batch:
  17. chunk-size: 100
  18. max-parallel-chunks: 5
  19. timeout: 300
  20. logging:
  21. level:
  22. org:
  23. dromara:
  24. server:
  25. sync:
  26. business:
  27. batch: INFO