Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.05 KB | None | 0 0
  1.   1 [buildout]                                                                                                                                
  2.   2 extends = odoo-80.cfg
  3.   3
  4.   4 [odoo80]
  5.   5 ;############################################################################
  6.   6 ; Security-related options
  7.   7 ; disable the ability to return the list of databases
  8.   8 options.list_db = True
  9.   9 ;############################################################################
  10.  10 ; Database related options
  11.  11 ; specify the database user name
  12.  12 options.db_user = odoo_80
  13.  13 ; specify the database password
  14.  14 options.db_password = admin
  15.  15 ; specify the database host
  16.  16 options.db_host = localhost
  17.  17 ; specify the databasey port
  18.  18 options.db_port = 5432
  19.  19 ; specify the database filter
  20.  20 options.db_filter = .*
  21.  21 ;############################################################################
  22.  22 ; Server startup config - Common options
  23.  23 ; Admin password for creating, restoring and backing up databases
  24.  24 options.admin_passwd = admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement