add some functions to pull git infomation from a repo
[gwvp-mini.git] / www / config.php
index 3549c29..c062045 100644 (file)
@@ -11,6 +11,11 @@ $db_name = "$data_directory/gwvpmini.db"; // just a file for sqlite, for anythin
 $db_username = "";
 $db_password = "";
 
+$cmd_line_tool = realpath("../bin/gwvpminicmdtool.php");
+
+$git_backend_cmd = "/usr/lib/git-core/git-http-backend";
+$git_cli_cmd = "/usr/bin/git";
+$php_cli_cmd = "/usr/bin/php";
 
 //error_log("included config file");
 ?>
\ No newline at end of file