mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update config.php
This commit is contained in:
parent
8a4133490f
commit
0feb67e85e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
Uncomment the line with MTT_DB_TYPE if you make clean install only.
|
Uncomment the line with MTT_DB_TYPE if you make clean install only.
|
||||||
Leave it commented (with # at start) if you are upgrading from version before 1.7.
|
Leave it commented (with # at start) if you are upgrading from version before 1.7.
|
||||||
Select the database type: sqlite or mysql.
|
Select the database type: sqlite or mysql or postgres.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define("MTT_DB_TYPE", "mysql");
|
define("MTT_DB_TYPE", "mysql");
|
||||||
|
|
Loading…
Add table
Reference in a new issue