diff --git a/.gitignore b/.gitignore index a5d765f..6f849e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store vendor/ config.php +config.test.php scripts/logs/ diff --git a/config.template.php b/config.template.php new file mode 100644 index 0000000..5e5142d --- /dev/null +++ b/config.template.php @@ -0,0 +1,17 @@ + '127.0.0.1', + 'database' => 'telegraph', + 'username' => 'root', + 'password' => '' + ]; +}