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