Anpassung odoo-server conf file
parent
52d653f241
commit
2a755ba4fc
|
|
@ -0,0 +1,14 @@
|
||||||
|
[options]
|
||||||
|
|
||||||
|
xmlrpc_port = 8080
|
||||||
|
; This is the password that allows database operations:
|
||||||
|
; admin_passwd = admin
|
||||||
|
db_host = False
|
||||||
|
db_port = 5436
|
||||||
|
db_user = False
|
||||||
|
db_password = False
|
||||||
|
|
||||||
|
addons_path = odoo/addons,ext/addons
|
||||||
|
timezone = Europe/Brussels
|
||||||
|
|
||||||
|
dbfilter_test = ['.*',]
|
||||||
Loading…
Reference in New Issue