seems like it does not like comments between envs

This commit is contained in:
Matthias 2021-12-02 14:05:09 +01:00
parent 281ea37bd6
commit e7087aafda
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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