2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00

Force TCP

This commit is contained in:
Oliver Walters 2021-03-31 20:04:18 +11:00
parent 3cc0530419
commit 5aea35f8fa

View File

@ -14,6 +14,6 @@ if 'test' in sys.argv:
'NAME': 'inventree_test_db',
'USER': 'inventree',
'PASSWORD': 'password',
'HOST': 'localhost',
'HOST': '127.0.0.1',
'PORT': '3306',
}