diff --git a/config/config.php b/config/config.php new file mode 100644 index 0000000..56ff32c --- /dev/null +++ b/config/config.php @@ -0,0 +1,6 @@ + '127.0.0.1', + 'username' => 'username', + 'password' => 'password', + 'database' => 'database', +); \ No newline at end of file