Switched back to sqlite for unit

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-11-30 20:45:54 -08:00
parent e73373a75a
commit fe2cd8b708

View file

@ -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