From b9603240d0c4b9f187ab256372d31a921745ab87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Mon, 1 May 2023 16:22:36 +0200 Subject: [PATCH] chore: fix the db_type with default value of mysql --- .env.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.sample b/.env.sample index 3544110c6..9c71d50a9 100644 --- a/.env.sample +++ b/.env.sample @@ -7,6 +7,7 @@ DB_PORT=3306 DB_USERNAME=std_notes_user DB_PASSWORD=changeme123 DB_DATABASE=standard_notes_db +DB_TYPE=mysql ######### # CACHE #