mirror of https://github.com/odoo/docker.git
db_name should not be specified by default
parent
cdd1ace6f0
commit
ac3bba7049
|
@ -5,8 +5,8 @@ db_host = $DB_HOST
|
|||
db_port = $DB_PORT
|
||||
db_user = $DB_USER
|
||||
db_password = $DB_PASSWORD
|
||||
db_name = $DB_NAME
|
||||
|
||||
; db_name = $DB_NAME
|
||||
; admin_passwd = $ADMIN_PASSWD
|
||||
; csv_internal_sep = $CSV_INTERNAL_SEP
|
||||
; db_maxconn = $DB_MAXCONN
|
||||
|
|
Loading…
Reference in New Issue