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