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:37:34 +01:00
parent f7b0fe58aa
commit 7dbc117844
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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