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:
1
.github/workflows/postgresql.yaml
vendored
1
.github/workflows/postgresql.yaml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user