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:
parent
f7b0fe58aa
commit
7dbc117844
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue