Commit | Line | Data |
---|---|---|
6a8a6ac5 TC |
1 | # where to install the site |
2 | base_url = http://imager.perl.org | |
3 | securl = http://imager.perl.org | |
4 | # where to install the site | |
5 | base_dir = /var/www/httpd/imager.perl.org | |
6 | # the database user/password/dsn | |
7 | dbuser = bseimager | |
8 | dbpass = bseimager | |
9 | dsn = dbi:mysql:bseimager | |
10 | dbclass = BSE::DB::Mysql | |
11 | sessionclass = Apache::Session::MySQL | |
12 | # the location of mysql | |
13 | mysql = mysql | |
14 | basic.access_control=1 | |
15 | #basic.htusers = /home/httpd/bsetest/htdocs/images/.htusers | |
16 | #paths.libraries=/home/tony/dev/bse/tryandbyte/modules | |
17 | #paths.local_templates=/home/tony/dev/bse/tryandbyte/templates | |
18 | #tryandbyte.aufreight=500 | |
19 | shop.to_email=tony@develop-help.com | |
20 | site.name=Imager |