added some text to the install file, though i dont think this app
[gwvp.git] / www / config-dist.php
index 1ff1c14..728e336 100644 (file)
@@ -4,12 +4,12 @@
 // 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 = "/some/path/to/a/location/where/repos/are/stored";
-$lib_base = "../gwvplib/"; // generally this will be correct
-$data_directory = "/some/path/to/a/location/where/the/data/the/website/uses/can/be/stored";
+$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
-$db_host = "";
 $db_username = "";
 $db_password = "";