Unverified Commit c99b0dc5 by Vincent Martinez Committed by Paul B

set default odoo login in setting example

parent a7176704
...@@ -36,6 +36,7 @@ services: ...@@ -36,6 +36,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