1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

Update settings.php

This commit is contained in:
ericgaspar 2021-03-27 11:31:06 +01:00
parent b0220105e2
commit f7b0fe58aa
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -22,7 +22,7 @@ $app['proxies'] = [];
$app['db.options'] = [
'dbname' => '__DB_NAME__',
'user' => '__DB_USER__',
'password' => '__DBPWD__',
'password' => '__DB_PWD__',
'host' => 'localhost',
'driver' => 'pdo_mysql'
];