Force INVENTREE_DB_USER and INVENTREE_DB_PASSWORD to be set manually

- Only for the "production" docker setup
This commit is contained in:
Oliver Walters 2022-04-21 01:04:46 +10:00
parent ced9c6c050
commit a376625088

View File

@ -22,8 +22,11 @@ INVENTREE_DB_ENGINE=postgresql
INVENTREE_DB_NAME=inventree
INVENTREE_DB_HOST=inventree-db
INVENTREE_DB_PORT=5432
INVENTREE_DB_USER=pguser
INVENTREE_DB_PASSWORD=pgpassword
# Database credentials - These must be configured before running
# Uncomment the lines below, and change from the default values!
#INVENTREE_DB_USER=pguser
#INVENTREE_DB_PASSWORD=pgpassword
# Enable plugins?
INVENTREE_PLUGINS_ENABLED=False