1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00
humhub_ynh/conf/common.php
ericgaspar 6210a0eb35
Fix
2021-02-17 23:50:49 +01:00

11 lines
215 B
PHP

<?php
return [
'components' => [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=__DB_NAME__',
'username' => '__DB_USER__',
'password' => '__DB_PWD__',
],
]
];