moving config aside so i can have my own
[gwvp.git] / www / config-dist.php
diff --git a/www/config-dist.php b/www/config-dist.php
new file mode 100644 (file)
index 0000000..51b9ddc
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+// the config file, this is as exciting as it gets really
+$repo_base = "/tmp/gwvp-repos/";
+$lib_base = "../gwvplib/";
+$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_username = "";
+$db_password = "";
+
+?>
\ No newline at end of file