trytond.conf 572 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Configuration file for the Tryton server.
  2. #
  3. # See the Tryton documentation for a description of the options:
  4. # http://doc.tryton.org/3.8/trytond/doc/topics/configuration.html
  5. [jsonrpc]
  6. #listen = localhost:8000
  7. #hostname =
  8. #data = /var/www/localhost/tryton
  9. [xmlrpc]
  10. #listen =
  11. [webdav]
  12. #listen =
  13. [database]
  14. #uri = sqlite://
  15. #path = /var/lib/trytond/
  16. #list = True
  17. #retry = 5
  18. #language = en_US
  19. [cache]
  20. #model = 200
  21. #record = 2000
  22. #field = 100
  23. [table]
  24. [ssl]
  25. #privatekey =
  26. #certificate =
  27. [email]
  28. #uri =
  29. #from =
  30. [session]
  31. #timeout =
  32. #super_pwd =
  33. [report]
  34. #unoconv =