mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
seems like it does not like comments between envs
This commit is contained in:
parent
281ea37bd6
commit
e7087aafda
6
.github/workflows/pr_checks.yaml
vendored
6
.github/workflows/pr_checks.yaml
vendored
@ -18,15 +18,13 @@ env:
|
||||
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# general database settings
|
||||
INVENTREE_DB_ENGINE: sqlite3
|
||||
INVENTREE_DB_ENGINE: sqlite3 # general database settings
|
||||
INVENTREE_DB_NAME: inventree
|
||||
INVENTREE_DB_NAME_main: inventree
|
||||
INVENTREE_MEDIA_ROOT: ./media
|
||||
INVENTREE_STATIC_ROOT: ./static
|
||||
|
||||
# for full databases
|
||||
INVENTREE_DB_USER: inventree
|
||||
INVENTREE_DB_USER: inventree # for full databases
|
||||
INVENTREE_DB_PASSWORD: password
|
||||
INVENTREE_DB_HOST: '127.0.0.1'
|
||||
INVENTREE_DEBUG: info
|
||||
|
Loading…
Reference in New Issue
Block a user