Ajouter odoo.conf.template
This commit is contained in:
parent
a29fe778a1
commit
2946f22032
1 changed files with 11 additions and 0 deletions
11
odoo.conf.template
Normal file
11
odoo.conf.template
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[options]
|
||||
addons_path=
|
||||
data_dir = /var/lib/odoo
|
||||
db_host = ${POSTGRES_CONTAINER}
|
||||
db_port = ${POSTGRESQL_PORT}
|
||||
db_user = odoo
|
||||
db_password = odoo
|
||||
limit_time_real = 120
|
||||
log_level = info
|
||||
logfile = /var/log/odoo/odoo.log
|
||||
proxy_mode = True
|
||||
Loading…
Reference in a new issue