Try localhost

This commit is contained in:
Oliver Walters 2021-03-31 19:48:20 +11:00
parent 67a4c5a9a2
commit 70703f8588

View File

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