[FIX]Deprecated automatic linked variables replaces by hostname and default port

This commit is contained in:
Fabien Bourgeois 2016-10-03 15:53:36 +02:00
parent 8d185ffa5a
commit acbd9ccca6
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ echo "
; Configuration file auto-generated
addons_path = $ADDONS_PATH
data_dir = /opt/odoo/data
db_host = $DB_PORT_5432_TCP_ADDR
db_port = $DB_PORT_5432_TCP_PORT
db_host = db
db_port = 5432
db_user = $POSTGRES_USER
db_password = $POSTGRES_PASSWORD
db_maxconn = ${DB_MAXCONN:=10}