forked from Tecnativa/doodba-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
31 lines (26 loc) · 649 Bytes
/
Copy path.env
File metadata and controls
31 lines (26 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# XXX Customize for your project
# Odoo
ODOO_MAJOR=11
ODOO_MINOR=11.0
INITIAL_LANG=
ODOO_IMAGE=docker.io/myuser/myproject-odoo
ODOO_PROXY_MODE=true
# Domains
DOMAIN_TEST=test.example.com
DOMAIN_PROD=www.example.com
DOMAIN_PROD_ALT=example.com
# Database
DB_VERSION=10
DB_USER=odoo
DB_FILTER=.*
# Real SMTP relay
SMTP_REAL_MAILNAME=example.com
SMTP_REAL_RELAY_HOST=smtp.example.com
SMTP_REAL_RELAY_PORT=587
SMTP_REAL_RELAY_USER=postmaster@example.com
SMTP_REAL_CANONICAL_DOMAINS=example.com
SMTP_REAL_NON_CANONICAL_DEFAULT=example.com
# Backup
BACKUP_S3_BUCKET=example-bkp
BACKUP_EMAIL_FROM=backup@example.com
BACKUP_EMAIL_TO=alerts@example.com