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

15 lines
341 B
PHP
Raw Normal View History

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