diff options
author | Marvin Borner | 2018-09-15 15:15:25 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-15 15:15:25 +0200 |
commit | 940b46f419fb25366af675f5ab6da651a5f9c965 (patch) | |
tree | 8db0e198da659760dfa8227832bd7a3b7902341f /mysql_conf.inc |
Added basic crawling feature :sparkles: :tada:
Diffstat (limited to 'mysql_conf.inc')
-rw-r--r-- | mysql_conf.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql_conf.inc b/mysql_conf.inc new file mode 100644 index 0000000..86d2a8f --- /dev/null +++ b/mysql_conf.inc @@ -0,0 +1,5 @@ +<?php
+$servername = "127.0.0.1";
+$username = "root";
+$password = "root";
+$dbname = "search_engine";
\ No newline at end of file |