X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=www%2Fconfig-dist.php;h=8e63e2a6909b5e4a422d0e40946b92257fc6ac74;hp=1ff1c1494293ebb191f016ca3a3d92e9acb3a282;hb=507bc8f2818a42d751ed6e2e2fc68ee2bde94016;hpb=5e67e4fe3908ac2cfffced7f462e4f373d1cdbf1 diff --git a/www/config-dist.php b/www/config-dist.php index 1ff1c14..8e63e2a 100644 --- a/www/config-dist.php +++ b/www/config-dist.php @@ -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"; +// 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 -$db_host = ""; $db_username = ""; $db_password = "";