reaplced the git service code (main gitbackendinterface()) with a new
[gwvp.git] / www / config-dist.php
index 51b9ddc..8e63e2a 100644 (file)
@@ -1,8 +1,12 @@
 <?php
 
+// this config file is going to reduce down to just db connectivity - thats all
+// all other config will be kept in the db, but not just yet
+
 // the config file, this is as exciting as it gets really
-$repo_base = "/tmp/gwvp-repos/";
+// no longer valid - $repo_base = "/tmp/";
 $lib_base = "../gwvplib/";
+$plugin_path = "$lib_base/plugins";
 $data_directory = "../data";
 $db_type = "sqlite"; // could be mysql or pgsql - but not yet
 $db_name = "$data_directory/gwvp.db"; // just a file for sqlite, for anything else is a pdo url without driver, i.e. host=localhost;dbname=whatever;user=asdf;password=asdf