odoo-server-dev-sk.conf
parent
d31f92f107
commit
ae03c82fe5
|
|
@ -4,11 +4,11 @@ xmlrpc_port = 8080
|
||||||
; This is the password that allows database operations:
|
; This is the password that allows database operations:
|
||||||
; admin_passwd = admin
|
; admin_passwd = admin
|
||||||
db_host = False
|
db_host = False
|
||||||
db_port = 5436
|
db_port = 5433
|
||||||
db_user = False
|
db_user = False
|
||||||
db_password = False
|
db_password = False
|
||||||
|
|
||||||
addons_path = odoo/addons,ext/addons
|
addons_path = ext/odoo/addons,ext/custom-addons
|
||||||
timezone = Europe/Brussels
|
timezone = Europe/Brussels
|
||||||
|
|
||||||
dbfilter_test = ['.*',]
|
dbfilter_test = ['.*',]
|
||||||
Loading…
Reference in New Issue