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