1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpback_ynh.git synced 2024-09-03 19:56:34 +02:00

Merge branch 'testing' of https://github.com/YunoHost-Apps/phpback_ynh into testing

This commit is contained in:
Éric Gaspar 2023-01-23 10:36:49 +01:00
commit 107ec2a50a

View file

@ -4,7 +4,7 @@ $db['default']['hostname'] = 'localhost';
$db['default']['username'] = '__DB_USER__';
$db['default']['password'] = '__DB_PWD__';
$db['default']['database'] = '__DB_NAME__';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbdriver'] = 'mysqli';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;