]> git.phdru.name Git - m_librarian.git/blob - sample/m_librarian.conf
Feat(web): Download one book
[m_librarian.git] / sample / m_librarian.conf
1 [database]
2 ; DB URI syntax examples:
3
4 ; URI = mysql://host/database?debug=1
5 ; URI = mysql://user:password@host/database
6 ; URI = postgres:///full/path/to/socket/database
7 ; URI = postgres://host:5432/database
8 ; URI = postgres://user@host/database?debug=&cache=
9 ; URI = sqlite:///full/path/to/database
10 ; URI = sqlite:/C:/full/path/to/database
11
12 [library]
13 path = /var/lib/LRE_Flibusta
14
15 [download]
16 # Download formats:
17 # %a - author (one of)
18 # %e - file extension
19 # %f - file name in archive
20 # %G - genre (one of), name
21 # %g - genre (one of), title
22 # %l - language
23 # %n - series number (or 0)
24 # %s - series
25 # %t - title
26 # Examples:
27 # format = %f (this is the default)
28 # format = %a/%s/%n %t
29
30 # Directory to download books to
31 path = /tmp