mirror of
https://github.com/YunoHost-Apps/humhub_ynh.git
synced 2024-09-03 19:26:11 +02:00
11 lines
215 B
PHP
11 lines
215 B
PHP
<?php
|
|
|
|
return [
|
|
'components' => [
|
|
'db' => [
|
|
'dsn' => 'mysql:host=localhost;dbname=__DB_NAME__',
|
|
'username' => '__DB_USER__',
|
|
'password' => '__DB_PWD__',
|
|
],
|
|
]
|
|
];
|