2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Run as root

This commit is contained in:
Oliver Walters
2021-03-31 20:12:45 +11:00
parent 61d14a0eda
commit 6b99808c52
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ if 'test' in sys.argv:
# Ensure mysql backend is being used
'ENGINE': 'django.db.backends.mysql',
'NAME': 'inventree',
'USER': 'inventree',
'USER': 'root',
'PASSWORD': 'password',
'HOST': '127.0.0.1',
'PORT': '3306',