<?php
$settings = array(
// root directory for website - *with* trailing /
"base" => "$BASEDIR/",

// path to root dir on web server
"baseurl" => "/~$USERNAME/sucssite",

// Hostname of the server
"preferred_hostname" => "sucs.org",

// Name of the database
"dbname" => "beta"
);
?>