Browse Source

Remove example config file

pull/9/head
Franz Liedke 9 years ago
parent
commit
d5eccd3d4a
  1. 16
      config.example.php

16
config.example.php

@ -1,16 +0,0 @@
<?php
return [
'debug' => true,
'database' => [
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'flarum',
'username' => 'root',
'password' => 'root',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false
]
];
Loading…
Cancel
Save