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:
@ -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',
|
||||
|
Reference in New Issue
Block a user