Archived
1
0

Merge pull request #113 from wzeth/patch-9

document feeds.d
This commit is contained in:
Jeff 2016-06-20 12:58:06 -04:00 committed by GitHub
commit fdc4234d08

View File

@ -15,6 +15,7 @@ allow_anon_attachments=0
allow_attachments=1
require_tls=1
anon_nntp=0
feeds=/etc/nntpchan/feeds.d
[pprof]
enable=0
@ -108,6 +109,10 @@ This is where you put the address and port that you would like the NNTP server t
* When this is set to `1`, the SRNdv2 server will send unauthenticated peers its articles.
* When this is set to `0`, peers will need to be authenticated to sync articles.
####feeds
* Feeds configurations can optionally be stored in a directory of your choosing (the default is `feeds.d` in the working directory). Any ini files located in this directory will be loaded.
##`[pprof]`
All pprof-related settings.