moving config aside so i can have my own
[gwvp.git] / www / config.php
diff --git a/www/config.php b/www/config.php
deleted file mode 100644 (file)
index 51b9ddc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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