Actualiser odoo.conf.template
This commit is contained in:
parent
ab3c827d64
commit
d1b6769497
1 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,9 @@ addons_path=
|
|||
data_dir = /var/lib/odoo
|
||||
db_host = ${POSTGRES_CONTAINER}
|
||||
db_port = ${POSTGRESQL_PORT}
|
||||
db_user = odoo
|
||||
db_password = odoo
|
||||
db_name = ${POSTGRES_DB}
|
||||
db_user = ${POSTGRES_USER}
|
||||
db_password = ${POSTGRES_PASSWORD}
|
||||
limit_time_real = 120
|
||||
log_level = info
|
||||
logfile = /var/log/odoo/odoo.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue