mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Switched back to sqlite for unit
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e73373a75a
commit
fe2cd8b708
|
@ -12,9 +12,9 @@ FILESYSTEM_DISK=local
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# REQUIRED: DATABASE SETTINGS
|
# REQUIRED: DATABASE SETTINGS
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=sqlite
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_DATABASE=snipeit_unit
|
DB_DATABASE=sqlite_testing
|
||||||
DB_USERNAME=root
|
DB_USERNAME=root
|
||||||
DB_PASSWORD=null
|
DB_PASSWORD=null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue