1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Fix charset of local MariaDB

This commit is contained in:
Yassine Guedidi 2024-01-25 02:08:00 +01:00
parent 13a2656555
commit edcf4aafab

View file

@ -6,3 +6,4 @@ DATABASE_PORT=3306
DATABASE_NAME=wallabag
DATABASE_USER=root
DATABASE_PASSWORD=wallaroot
DATABASE_CHARSET=utf8mb4