X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=www%2Fconfig-dist.php;fp=www%2Fconfig-dist.php;h=728e336941059b5cf579ecd8120bcf81cb9745fe;hp=1ff1c1494293ebb191f016ca3a3d92e9acb3a282;hb=c42c2b45662929868cdd40bc9805491e1c8cace6;hpb=5e67e4fe3908ac2cfffced7f462e4f373d1cdbf1 diff --git a/www/config-dist.php b/www/config-dist.php index 1ff1c14..728e336 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"; +$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 = "";