mirror of
https://github.com/YunoHost-Apps/humhub_ynh.git
synced 2024-09-03 19:26:11 +02:00
15 lines
No EOL
341 B
PHP
15 lines
No EOL
341 B
PHP
<?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',
|
|
],
|
|
]
|
|
]; |