better display of description and time for a single photo
[photo-tags.git] / config.ini_template
1 ;    copyright 2012,2013 Arun Persaud <arun@nubati.net>
2 ;
3 ;    This file is part of photo-tags.
4 ;
5 ;    Photo-tags is free software: you can redistribute it and/or modify
6 ;    it under the terms of the GNU General Public License as published by
7 ;    the Free Software Foundation, either version 3 of the License, or
8 ;    (at your option) any later version.
9 ;
10 ;    Photo-tags is distributed in the hope that it will be useful,
11 ;    but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ;    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ;    GNU General Public License for more details.
14 ;
15 ;    You should have received a copy of the GNU General Public License
16 ;    along with Photo-tags.  If not, see <http://www.gnu.org/licenses/>.
17
18 ; comments
19
20 [DB]
21 fspotdb="myphoto.db"
22 origdb="/home/username/.config/f-spot-photos.db"
23 dbprefix=""
24 usePDO=0
25
26 [local]
27 dirprefix=""
28 ; should we remove metadata
29 removemeta=0
30
31 [Web]
32 webbase="http://localhost/f-spot-gallery"
33 admin="Some One <some.one@example.net>"
34 title="Some One's Gallery"
35 pics_per_page=30