Unverified Commit 73d14f40 by Vincent Martinez Committed by Paul B

set default odoo login in setting example

parent 5c8209d8
...@@ -47,6 +47,7 @@ services: ...@@ -47,6 +47,7 @@ services:
restart: always restart: always
volumes: volumes:
- "odoo-pg-data:/var/lib/postgresql/data" - "odoo-pg-data:/var/lib/postgresql/data"
odoo: odoo:
build: build:
context: . context: .
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
ODOO = { ODOO = {
'url': 'http://odoo:8069', 'url': 'http://odoo:8069',
'user': 'api', 'user': 'api',
'passwd': 'foodcoops', 'passwd': 'dev',
'db': 'foodcoops', 'db': 'lgds',
} }
COUCHDB = { 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