Commit | Line | Data |
---|---|---|
d2730773 TC |
1 | # where to install the site |
2 | base_url = http://bsetest.develop-help.com | |
3 | securl = http://shop.bsetest.develop-help.com:80 | |
4 | # where to install the site | |
5 | base_dir = /home/httpd/bsetest | |
6 | # the database user/password/dsn | |
7 | dbuser = bsetest | |
8 | dbpass = bsetest | |
9 | dsn = dbi:mysql:bsetest | |
10 | dbclass = BSE::DB::Mysql | |
11 | sessionclass = Apache::Session::MySQL | |
12 | # the location of mysql | |
13 | mysql = /usr/local/mysql/bin/mysql |