mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Try localhost
This commit is contained in:
@ -14,6 +14,6 @@ if 'test' in sys.argv:
|
|||||||
'NAME': 'inventree_test_db',
|
'NAME': 'inventree_test_db',
|
||||||
'USER': 'inventree',
|
'USER': 'inventree',
|
||||||
'PASSWORD': 'password',
|
'PASSWORD': 'password',
|
||||||
'HOST': 'mysql',
|
'HOST': 'localhost',
|
||||||
'PORT': '3306',
|
'PORT': '3306',
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user