Unverified Commit 696b423a by Vincent Martinez Committed by Paul B

set default odoo login in setting example

parent 874f4010
......@@ -36,6 +36,7 @@ services:
restart: always
volumes:
- "odoo-pg-data:/var/lib/postgresql/data"
odoo:
build:
context: .
......
......@@ -3,8 +3,8 @@
ODOO = {
'url': 'http://odoo:8069',
'user': 'api',
'passwd': 'foodcoops',
'db': 'foodcoops',
'passwd': 'dev',
'db': 'lgds',
}
COUCHDB = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment