Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [buildout]
  2. extends = odoo80.cfg
  3.  
  4. [odoo80]
  5. ;############################################################################
  6. ; Security-related options
  7. ; disable the ability to return the list of databases
  8. options.list_db = True
  9. options.dbfilter = ^%d$
  10. ;############################################################################
  11. ; Multiprocessing options
  12. ; Specify the number of workers, 0 disable prefork mode.
  13. options.workers = 2
  14. ;############################################################################
  15. ; Advanced options – Advanced options
  16. ; Maximum number of threads processing concurrently cron jobs (default 2)
  17. options.max_cron_threads = 1
  18. ;############################################################################
  19. ; Database related options
  20. ; specify the database user name
  21. options.db_user = odoo80
  22. ; specify the database password
  23. options.db_password = odoo80
  24. ; specify the database host
  25. options.db_host = localhost
  26. ; specify the database port
  27. options.db_port = 5432
  28. ;############################################################################
  29. ; Server startup config - Common options
  30. ; Admin password for creating, restoring and backing up databases
  31. options.admin_passwd = admin
  32.  
  33. [addons] += git@github.com:kmee/odoo-brazil-posbox.git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement