Advertisement
Guest User

Untitled

a guest
Mar 20th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. #This file is part of Tryton. The COPYRIGHT file at the top level of
  2. #this repository contains the full copyright notices and license terms.
  3. [options]
  4.  
  5. # This is the hostname used when generating tryton URI
  6. hostname = *****.nl
  7.  
  8. # Activate the json-rpc protocol
  9. jsonrpc = localhost:8000
  10. #ssl_jsonrpc = False
  11.  
  12. # Configure the path of json-rpc data
  13. #jsondata_path = /var/www/localhost/tryton
  14.  
  15. # Activate the xml-rpc protocol
  16. #xmlrpc = *:8069
  17. #ssl_xmlrpc = False
  18.  
  19. # Activate the webdav protocol
  20. #webdav = *:8080
  21. #ssl_webdav = False
  22.  
  23. # Configure the database type
  24. # allowed values are postgresql, sqlite, mysql
  25. db_type = postgresql
  26.  
  27. ...
  28.  
  29. [Tue Mar 20 13:11:48 2012] INFO:modules:company:registering classes
  30. [Tue Mar 20 13:11:48 2012] INFO:modules:aikidoka:registering classes
  31. [Tue Mar 20 13:11:48 2012] INFO:modules:company_work_time:registering classes
  32. [Tue Mar 20 13:11:48 2012] INFO:modules:account:registering classes
  33. [Tue Mar 20 13:11:48 2012] INFO:modules:stock:registering classes
  34. [Tue Mar 20 13:11:48 2012] INFO:modules:account_product:registering classes
  35. [Tue Mar 20 13:11:48 2012] INFO:modules:account_invoice:registering classes
  36. [Tue Mar 20 13:11:48 2012] INFO:modules:purchase:registering classes
  37. [Tue Mar 20 13:11:48 2012] INFO:server:starting JSON-RPC protocol on localhost:8000
  38. [Tue Mar 20 13:11:48 2012] INFO:server:waiting for connections...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement