mirror of
https://codeberg.org/scip/kleingebaeck.git
synced 2025-12-16 12:01:00 +01:00
better sample config
This commit is contained in:
14
example.hcl
14
example.hcl
@@ -1,3 +1,15 @@
|
|||||||
user = 89056200
|
#
|
||||||
|
# kleingebaeck sample configuration file.
|
||||||
|
# put this to ~/.kleingebaeck.hcl.
|
||||||
|
#
|
||||||
|
# Comments start with the '#' character.
|
||||||
|
|
||||||
|
# kleinanzeigen.de user-id. must be an unquoted number
|
||||||
|
user = 00000000
|
||||||
|
|
||||||
|
# enable verbose output (same as -v), may be true or false.
|
||||||
verbose = true
|
verbose = true
|
||||||
|
|
||||||
|
# directory where to store downloaded ads. kleingebaeck will try to
|
||||||
|
# create it. must be a quoted string.
|
||||||
outdir = "test"
|
outdir = "test"
|
||||||
|
|||||||
Reference in New Issue
Block a user