From ab87c92f77dbf1265ad3aa956f75fa2dd3adcd24 Mon Sep 17 00:00:00 2001 From: dbursem Date: Fri, 6 Feb 2015 01:03:52 +0100 Subject: [PATCH] added empty config file --- .gitignore | 1 - config.php | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 config.php 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