Skip to content

Commit 3c14f45

Browse files
committed
imp: tests
1 parent 7a6ef9d commit 3c14f45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ services:
142142
- '127.0.0.1:8069:8069'
143143
environment:
144144
OCONF__options__log_level: warn
145-
OCONF__options__db_filter: odoodb$
145+
OCONF__options__dbfilter: odoodb$
146146
OCONF__options__db_user: odoo
147147
FOCONF__options__db_password: /run/secrets/odoo_db_password
148148
OCONF__options__db_host: odoo-db

tests/data/project_demo/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
- odoo_db_password
3434
environment:
3535
OCONF__options__log_level: debug
36-
OCONF__options__db_filter: odoodb$
36+
OCONF__options__dbfilter: odoodb$
3737
OCONF__options__db_user: odoo
3838
FOCONF__options__db_password: /run/secrets/odoo_db_password
3939
OCONF__options__db_host: odoo-db

0 commit comments

Comments
 (0)