remove unnecessary comments
This commit is contained in:
parent
2bc9f085df
commit
3db2778fcd
1 changed files with 0 additions and 13 deletions
|
@ -19,19 +19,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Local configuration
|
|
||||||
|
|
||||||
/* If automatic system installation fails:
|
|
||||||
*
|
|
||||||
* Copy this file to local.config.php
|
|
||||||
*
|
|
||||||
* Why local.config.php? Because it contains sensitive information which could
|
|
||||||
* give somebody complete control of your database. Apache's default
|
|
||||||
* configuration will interpret any .php file as a script and won't show the values
|
|
||||||
*
|
|
||||||
* Then set the following for your MySQL installation
|
|
||||||
*/
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'database' => [
|
'database' => [
|
||||||
'hostname' => 'localhost',
|
'hostname' => 'localhost',
|
||||||
|
|
Loading…
Reference in a new issue