From d0fc2231355e16a6735c2fd590883864ae90ad71 Mon Sep 17 00:00:00 2001 From: CicerBro <177757655+CicerBro@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:14:35 +0000 Subject: [PATCH] Change default connection to MariaDB This makes schema import work by default as the dump is called `mariadb-schema.sql` --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 07dd42b29..3d8e7c00e 100644 --- a/.env.example +++ b/.env.example @@ -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