hms_bak/prod.env
2024-11-02 01:47:54 +04:00

19 lines
393 B
Bash

# 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_prod"
# DEBUG="-m debugpy --listen 0.0.0.0:5678 --wait-for-client"