From fe5a96a0a7682a2b795c91a892bf60c6f57a5655 Mon Sep 17 00:00:00 2001 From: Ditesh Gathani Date: Mon, 17 Mar 2014 17:05:54 +0800 Subject: [PATCH] Removed configuration dir --- src/configuration/config.php | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/configuration/config.php diff --git a/src/configuration/config.php b/src/configuration/config.php deleted file mode 100644 index 28d6881..0000000 --- a/src/configuration/config.php +++ /dev/null @@ -1,13 +0,0 @@ - array( - "hostname" => "127.0.0.1", - "port" => "27017", - "level" => "INFO", - "dbname" => "sleepy", - "error-log" => "/tmp/mongo-error.log", - ), - -);