Change default connection to MariaDB

This makes schema import work by default as the dump is called `mariadb-schema.sql`
This commit is contained in:
CicerBro
2026-01-06 15:14:35 +00:00
committed by GitHub
parent ccbdd4e3d3
commit d0fc223135
+1 -1
View File
@@ -1,4 +1,4 @@
DB_CONNECTION=mysql
DB_CONNECTION=mariadb
DB_HOST=127.0.0.1
DB_PORT=3306
DB_ROOTPASSWORD= #only needed for install.sh for docker based installation