1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Remove database env vars that are covered by DATABASE_URL

This commit is contained in:
Yassine Guedidi 2025-02-17 21:45:17 +01:00
parent bc1b42a3f7
commit 64e9ae12ae
4 changed files with 0 additions and 29 deletions

View file

@ -1,9 +1,2 @@
MYSQL_ROOT_PASSWORD=wallaroot
MYSQL_DATABASE=wallabag
DATABASE_DRIVER=pdo_mysql
DATABASE_HOST=mariadb
DATABASE_PORT=3306
DATABASE_NAME=wallabag
DATABASE_USER=root
DATABASE_PASSWORD=wallaroot
DATABASE_CHARSET=utf8mb4