2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Specify database name

This commit is contained in:
Oliver Walters
2021-03-31 21:48:54 +11:00
parent 566c3af39e
commit 82b6c48946
4 changed files with 6 additions and 7 deletions

View File

@ -12,6 +12,7 @@ jobs:
env:
# Database backend configuration
INVENTREE_DB_ENGINE: django.db.backends.postgresql
INVENTREE_DB_NAME: inventree
INVENTREE_DB_USER: inventree
INVENTREE_DB_PASSWORD: password
INVENTREE_DB_HOST: '127.0.0.1'