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 | |
aefcabcb | 5 | base_dir = /var/www/httpd/bsetest |
d2730773 TC |
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 | |
aefcabcb | 13 | mysql = mysql |
7b81711b | 14 | basic.access_control=0 |
4010d92e | 15 | #basic.htusers = /home/httpd/bsetest/htdocs/images/.htusers |
d09682dd | 16 | #article uris.9 = /test |
ebe779a5 | 17 | paths.htpasswd=/home/httpd/bsetest/data/htusers |
d09682dd TC |
18 | datadump.to=tony@develop-help.com |
19 | datadump.from=tony@develop-help.com | |
dbe0477f | 20 | confirmations.from=tony@develop-help.com |
d09682dd TC |
21 | subscriptions.from=tony@develop-help.com |
22 | #subscriptions.testemail=tony@develop-help.com | |
23 | #subscriptions.testname=Tony Cook | |
24 | #subscriptions.testtextonly=1 | |
25 | subscriptions.testing=1 | |
26 | shop.noencrypt=1 | |
27 | shop.from=sales@develop-help.com | |
28 | shop.to_email=tony@develop-help.com | |
29 | shop.email_order=1 |