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 |
efcc5a30 | 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 | |
1c3e5303 | 45 | #site users.subscribe_1=1 |
00dd8d82 TC |
46 | debug.cookies=0 |
47 | debug.logon_cookies=0 | |
d44b5da9 | 48 | debug.mail_encryption=1 |
9063386f | 49 | site users.billing_on_main_opts=0 |
505456b1 | 50 | #site users.user_register=0 |
220c179a TC |
51 | #paths.libraries=/home/tony/dev/bse/tandb_dealer/cvs/modules |
52 | #paths.siteuser_passwd=/home/httpd/bsetest/data/supasswd | |
53 | #custom.user_auth=1 | |
f0543260 | 54 | # product fields.retailPrice=Dealer Price Inc GST |
00dd8d82 | 55 | #paths.local_templates=/home/tony/dev/bse/tandb_dealer/cvs/templates |
41e7c841 | 56 | #shop.payment_types=1,2,10,11,12 |
81f3292d TC |
57 | payment type names.10=DirectDeposit |
58 | payment type names.11=FaxProForma | |
59 | payment type names.12=EmailProForma | |
60 | payment type required.11=facsimile | |
61 | ||
37dd20ad | 62 | paths.local_templates=/home/tony/dev/bse/work/templates/ |
ea646070 | 63 | |
dfdeb4fe | 64 | affiliate.prompt_name=1 |
3c32512d | 65 | site users.require_affiliate_name=0 |
ea646070 TC |
66 | affiliate.set_cookie=foo |
67 | affiliate.linkbaseurl=devbox.org | |
68 | affiliate.linkyourdesc=Your Home Page | |
69 | affiliate.linkdefurl=something.devbox.org | |
70 | affiliate.linkdefdesc=Our Home Page | |
dfdeb4fe | 71 | |
81f3292d TC |
72 | dealer.bsb=999999 |
73 | dealer.accountno=77777777 | |
d49f56a6 TC |
74 | shop.display_facsimile=Fax Number |
75 | site user flags.a=Access to private pages | |
76 | tandb custom.siteuser_include_flag=a | |
220c179a TC |
77 | |
78 | #test.1=hello | |
79 | #test.2=alpha | |
80 | #test.10=beta | |
81 | #test.100=gamma | |
82 | #test.1000=delta | |
83 | ||
99b7cef0 | 84 | #perl=/opt/perl-5.8.1/bin/perl |
f0543260 | 85 | downloads.must_be_filled=1 |
99b7cef0 TC |
86 | subscriptions.text_link_inline="$1" [$3] |
87 | subscriptions.text_link_list_prefix=X$nX$nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | |
00dd8d82 TC |
88 | subscriptions.text_link_list=[$3] '$1'$n => $2 |
89 | ||
90 | #paths.local_templates=/home/tony/dev/bse/base/altadmin/ | |
41f10371 | 91 | |
0ec4ac8a | 92 | site.secureadmin=0 |
4175638b TC |
93 | |
94 | debug.dump_session=0 | |
3c32512d TC |
95 | |
96 | bse siteuser images.logo=1 | |
97 | bse siteuser image logo.description=Your Logo | |
ab2cd916 TC |
98 | affiliate.subscription_required=affiliatepage |
99 | ||
c2096d67 TC |
100 | #editor.allow_thumb=1 |
101 | #editor.thumbs_class=BSE::Thumb::Imager | |
6a8a6ac5 | 102 | |
a5e3fc4b TC |
103 | default formmail validation.subject_width=40 |
104 | ||
57d988af | 105 | test form.fields=email,name,company,select,radio,check,multiselect |
a5e3fc4b | 106 | test form.subject=Foo |
a319d280 | 107 | #test form.encrypt=1 |
cc53c774 TC |
108 | test form.crypt_signing_id= |
109 | test form.crypt_content_type=1 | |
d44b5da9 TC |
110 | test form.crypt_passphrase= |
111 | test form.email=tony@develop-help.com | |
cc53c774 | 112 | test form.field_config=notes,required_if |
0f9b108b | 113 | test form.submit=Send the message |
57d988af | 114 | test form.autofill=0 |
a319d280 | 115 | test form.require_logon=0 |
3b3b82d3 | 116 | test form.logon_message=Yo Dude! Logon to submit this form! |
8f84f3f1 | 117 | test form.title=Some test title |
9c5943b6 TC |
118 | test form.sql=insert test_form_data values(null,?,?,?,?,?,?,?,?) |
119 | test form.sql_params={userId},email,name,company,select,radio,check,multiselect | |
120 | test form.sql_dsn=dbi:mysql:bsetest | |
121 | test form.sql_user=bsetest | |
122 | test form.sql_password=bsetest | |
123 | test form.send_email=0 | |
a319d280 | 124 | #test form.field_config=default |
a5e3fc4b | 125 | test formmail validation.name_description=Your Name |
cc53c774 | 126 | test formmail validation.name_required_if=company |
a5e3fc4b | 127 | test formmail validation.name_width=60 |
0f9b108b TC |
128 | test formmail validation.name_maxlength=80 |
129 | test formmail validation.name_notes=Put your name here | |
a5e3fc4b | 130 | test formmail validation.company_description=Organization |
cc53c774 TC |
131 | test formmail validation.company_required_if=name |
132 | ;test formmail validation.select_values==default;1=Hello;2=Goodbye;3=Arivaderchi | |
133 | test formmail validation.select_values=test select values:prefix_ | |
d44b5da9 | 134 | test formmail validation.select_htmltype=select |
cc53c774 | 135 | test formmail validation.select_required=1 |
a319d280 | 136 | test formmail validation.select_default=php |
d44b5da9 TC |
137 | test formmail validation.radio_htmltype=radio |
138 | test formmail validation.radio_values=Test Radio Values | |
a319d280 | 139 | test formmail validation.radio_default=second |
d44b5da9 TC |
140 | test formmail validation.check_htmltype=check |
141 | test formmail validation.check_values=Test Check Values | |
a319d280 | 142 | test formmail validation.check_default=php;cobol |
d44b5da9 TC |
143 | test formmail validation.multiselect_htmltype=multiselect |
144 | test formmail validation.multiselect_values=test check values | |
a319d280 | 145 | test formmail validation.multiselect_default=perl;php |
d44b5da9 TC |
146 | |
147 | test radio values.first=One | |
148 | test radio values.second=Two | |
149 | test radio values.third=Three | |
150 | ||
151 | test check values.perl=Perl | |
152 | test check values.php=PHP | |
153 | test check values.cobol=COBOL | |
a5e3fc4b | 154 | |
cc53c774 TC |
155 | test select values.prefix_=Select a language |
156 | test select values.prefix_perl=Perl | |
157 | test select values.prefix_php=PHP | |
158 | test select values.prefix_cobol=COBOL | |
159 | ||
85802bd5 | 160 | site.secureadmin=1 |
5d88571c TC |
161 | #article defaults.title=<set the article title> |
162 | #article defaults.body=<set the body> | |
163 | #product defaults.title=<set the product title> | |
164 | #catalog defaults.title=<set the catalog title> | |
41e7c841 | 165 | |
5d88571c TC |
166 | shop.cardprocessor=DevHelp::Payments::Test |
167 | #shop.cardprocessor=DevHelp::Payments::Inpho | |
d44b5da9 TC |
168 | #inpho.user=theowww |
169 | #inpho.password=s1tz^^mD1 | |
170 | #inpho.test=1 | |
171 | #inpho.test_url=http://www.develop-help.com/cgi-bin/inphotest.pl | |
172 | #inpho.test_user=test | |
173 | #inpho.test_password=test | |
16ac5598 TC |
174 | |
175 | bse location validation.postcode_description=Funky Postcode | |
718a070d TC |
176 | |
177 | seminar.locations=1 | |
988d8721 TC |
178 | |
179 | #report total_sales.bse_rights=blah|edit_foo,blah | |
c2096d67 TC |
180 | |
181 | query groups.1=name starts with t | |
182 | query group name starts with t.sql=select id from site_users where id = ? and name1 like "t%" | |
a319d280 TC |
183 | |
184 | shop.free_products=1 | |
8f84f3f1 TC |
185 | |
186 | body class.link= | |
187 | ||
def1a923 TC |
188 | #body class.p=bsep |
189 | ||
190 | popimage.extrawidth = 20 | |
191 | popimage.extraheight = 20 | |
192 | popimage.popmiddle = 0 |