fixed pagination to work correctly on index page
[photo-tags.git] / config.ini_template
1 ; comments
2
3 [DB]
4 fspotdb="myphoto.db"
5 origdb="/home/username/.config/f-spot-photos.db"
6 dbprefix=""
7 usePDO=0
8
9 [local]
10 dirprefix=""
11 ; should we remove metadata
12 removemeta=0
13
14 [Web]
15 webbase="http://localhost/f-spot-gallery"
16 admin="Some One <some.one@example.net>"
17 title="Some One's Gallery"
18 pics_per_page=30