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

12 lines
231 B
PHP
Raw Normal View History

2016-08-21 01:03:46 +02:00
<?php
return [
'components' => [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=DBNAME_TO_CHANGE',
'username' => 'DBUSER_TO_CHANGE',
'password' => 'DBPASS_TO_CHANGE',
],
]
];