medsrv.conf 795 B

1234567891011121314151617181920212223242526272829303132
  1. medsrv {
  2. # Mediation server database URI. If it contains a password, make sure to
  3. # adjust the permissions of the config file accordingly.
  4. # database =
  5. # Debugging in mediation server web application.
  6. # debug = no
  7. # DPD timeout to use in mediation server plugin.
  8. # dpd = 5m
  9. # Plugins to load in mediation server plugin.
  10. # load =
  11. # Minimum password length required for mediation server user accounts.
  12. # password_length = 6
  13. # Rekeying time on mediation connections in mediation server plugin.
  14. # rekey = 20m
  15. # Run Mediation server web application statically on socket.
  16. # socket =
  17. # Number of thread for mediation service web application.
  18. # threads = 5
  19. # Session timeout for mediation service.
  20. # timeout = 15m
  21. }