Skip to content

use MySQL by default rather than SQLite

This changes the config file to use/connect to a MySQL database when no environment configuration .env is supplied.

Since SQLite offers very limited features compared to MySQL, it is best to assume that MySQL will always be needed.

Merge request reports