diff --git a/.gitignore b/.gitignore index 43777a1..485dee6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ .idea -config.php \ No newline at end of file diff --git a/config.php b/config.php new file mode 100644 index 0000000..87e7a44 --- /dev/null +++ b/config.php @@ -0,0 +1,9 @@ + 'mysql', + "db_host" => 'localhost', + "db_user" => '', + "db_pass" => '', + "db_name" => '', +]; \ No newline at end of file