mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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
|
||||
# --------------------------------------------
|
||||
DB_CONNECTION=mysql
|
||||
DB_CONNECTION=sqlite
|
||||
DB_HOST=localhost
|
||||
DB_DATABASE=snipeit_unit
|
||||
DB_DATABASE=sqlite_testing
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=null
|
||||
|
||||
|
|
Loading…
Reference in a new issue