mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-14 11:03:10 +00:00
Typo
This commit is contained in:
parent
9e4218d02f
commit
f8d29b7b3b
@ -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': '127.0.0.1'
|
'HOST': '127.0.0.1',
|
||||||
'PORT': '3306',
|
'PORT': '3306',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user