Add dev.env file
Some checks failed
Update odoo 18 / update (push) Has been cancelled

This commit is contained in:
mgite 2024-10-29 18:09:22 +04:00
parent cc9a5dcb9e
commit 674a5965d0

18
dev.env Normal file
View File

@ -0,0 +1,18 @@
# PUID="1000"
# PGID="984"
CUSTOMADDONS_DIR="bross_hms"
# API_URL=""
POSTGRES_USER="odoo"
POSTGRES_PASSWORD="T48#2hrTe@3Rt"
POSTGRES_DB="postgres"
DBHOST="db"
DBPORT="5432"
DBUSER="odoo"
PASSWORD="T48#2hrTe@3Rt"
ADDONS="--addons-path=/opt/odoo/addons/,/opt/odoo/customaddons/$CUSTOMADDONS_DIR"
#ARGS=""
#ARGS="-d bross_hms_dev"
# DEBUG="-m debugpy --listen 0.0.0.0:5678 --wait-for-client"