Revert "seems like it does not like comments between envs"

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

View File

@ -18,13 +18,15 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INVENTREE_DB_ENGINE: sqlite3 # general database settings # general database settings
INVENTREE_DB_ENGINE: sqlite3
INVENTREE_DB_NAME: inventree INVENTREE_DB_NAME: inventree
INVENTREE_DB_NAME_main: inventree INVENTREE_DB_NAME_main: inventree
INVENTREE_MEDIA_ROOT: ./media INVENTREE_MEDIA_ROOT: ./media
INVENTREE_STATIC_ROOT: ./static INVENTREE_STATIC_ROOT: ./static
INVENTREE_DB_USER: inventree # for full databases # for full databases
INVENTREE_DB_USER: inventree
INVENTREE_DB_PASSWORD: password INVENTREE_DB_PASSWORD: password
INVENTREE_DB_HOST: '127.0.0.1' INVENTREE_DB_HOST: '127.0.0.1'
INVENTREE_DEBUG: info INVENTREE_DEBUG: info