Commit | Line | Data |
---|---|---|
3bc94f98 TC |
1 | # the url of your test sie |
2 | base_url = http://blah.blah.blah | |
3 | # where to install the site | |
4 | base_dir = /foo/bar/quux | |
5 | # the database user/password/dsn | |
6 | dbuser = someuser | |
7 | dbpass = somepass | |
8 | dsn = dbi:blah:blah | |
9 | dbclass = BSE::DB::Something | |
10 | sessionclass = Apache::Session::MySQL | |
11 | # the location of mysql | |
12 | mysql = mysql |