]>
Commit | Line | Data |
---|---|---|
d2730773 TC |
1 | # where to install the site |
2 | base_url = http://bsetest.develop-help.com | |
6a8a205a | 3 | securl = http://bsetestshop.develop-help.com |
d2730773 | 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 | |
2a295ea9 TC |
30 | #site users.nopassword=1 |
31 | site users.info_on_register=1 | |
505456b1 TC |
32 | #site users.require_name1=1 |
33 | #site users.require_name2=1 | |
2a295ea9 TC |
34 | #site users.require_title=1 |
35 | #site users.require_organization=1 | |
36 | #site users.require_address=1 | |
37 | #site users.require_suburb=1 | |
38 | #site users.require_city=1 | |
39 | #site users.require_state=1 | |
40 | #site users.require_postcode=1 | |
41 | #site users.require_country=1 | |
42 | #site users.require_telephone=1 | |
43 | #site users.require_facsimile=1 | |
44 | #site users.subscribe_all=1 | |
45 | site users.subscribe_1=1 | |
00dd8d82 TC |
46 | debug.cookies=0 |
47 | debug.logon_cookies=0 | |
9063386f | 48 | site users.billing_on_main_opts=0 |
505456b1 | 49 | #site users.user_register=0 |
220c179a TC |
50 | #paths.libraries=/home/tony/dev/bse/tandb_dealer/cvs/modules |
51 | #paths.siteuser_passwd=/home/httpd/bsetest/data/supasswd | |
52 | #custom.user_auth=1 | |
f0543260 | 53 | # product fields.retailPrice=Dealer Price Inc GST |
00dd8d82 | 54 | #paths.local_templates=/home/tony/dev/bse/tandb_dealer/cvs/templates |
41e7c841 | 55 | #shop.payment_types=1,2,10,11,12 |
81f3292d TC |
56 | payment type names.10=DirectDeposit |
57 | payment type names.11=FaxProForma | |
58 | payment type names.12=EmailProForma | |
59 | payment type required.11=facsimile | |
60 | ||
dfdeb4fe | 61 | affiliate.prompt_name=1 |
3c32512d | 62 | site users.require_affiliate_name=0 |
dfdeb4fe | 63 | |
81f3292d TC |
64 | dealer.bsb=999999 |
65 | dealer.accountno=77777777 | |
d49f56a6 TC |
66 | shop.display_facsimile=Fax Number |
67 | site user flags.a=Access to private pages | |
68 | tandb custom.siteuser_include_flag=a | |
220c179a TC |
69 | |
70 | #test.1=hello | |
71 | #test.2=alpha | |
72 | #test.10=beta | |
73 | #test.100=gamma | |
74 | #test.1000=delta | |
75 | ||
99b7cef0 | 76 | #perl=/opt/perl-5.8.1/bin/perl |
f0543260 | 77 | downloads.must_be_filled=1 |
99b7cef0 TC |
78 | subscriptions.text_link_inline="$1" [$3] |
79 | subscriptions.text_link_list_prefix=X$nX$nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | |
00dd8d82 TC |
80 | subscriptions.text_link_list=[$3] '$1'$n => $2 |
81 | ||
82 | #paths.local_templates=/home/tony/dev/bse/base/altadmin/ | |
41f10371 | 83 | |
0ec4ac8a | 84 | site.secureadmin=0 |
4175638b TC |
85 | |
86 | debug.dump_session=0 | |
3c32512d TC |
87 | |
88 | bse siteuser images.logo=1 | |
89 | bse siteuser image logo.description=Your Logo | |
ab2cd916 TC |
90 | affiliate.subscription_required=affiliatepage |
91 | ||
92 | editor.allow_thumb=1 | |
93 | editor.thumbs_class=BSE::Thumb::Imager | |
6a8a6ac5 | 94 | |
a5e3fc4b TC |
95 | default formmail validation.subject_width=40 |
96 | ||
97 | test form.fields=name,company | |
98 | test form.subject=Foo | |
99 | test formmail validation.name_description=Your Name | |
100 | test formmail validation.name_required=1 | |
101 | test formmail validation.name_width=60 | |
102 | test formmail validation.company_description=Organization | |
103 | test formmail validation.company_required=0 | |
104 | ||
85802bd5 | 105 | site.secureadmin=1 |
deae2a52 TC |
106 | article defaults.title=<set the article title> |
107 | article defaults.body=<set the body> | |
108 | product defaults.title=<set the product title> | |
109 | catalog defaults.title=<set the catalog title> | |
41e7c841 TC |
110 | |
111 | #shop.cardprocessor=DevHelp::Payments::Test | |
112 | shop.cardprocessor=DevHelp::Payments::Inpho | |
113 | inpho.user=theowww | |
114 | inpho.password=s1tz^^mD1 | |
115 | inpho.test=1 | |
116 | inpho.test_url=http://www.develop-help.com/cgi-bin/inphotest.pl | |
117 | inpho.test_user=test | |
118 | inpho.test_password=test |