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