From 3cc04a6cad62567bd13a472f355eb37cefe9df3a Mon Sep 17 00:00:00 2001 From: wzeth Date: Mon, 20 Jun 2016 10:09:24 +0000 Subject: [PATCH] document SRND_FEEDS_INI_PATH environment variable --- doc/feeds.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/feeds.md b/doc/feeds.md index 2900fbd..9fd7268 100644 --- a/doc/feeds.md +++ b/doc/feeds.md @@ -179,3 +179,7 @@ This WILL be the nntpchan pastebin, but it's not implemented yet ctl=1 Allows you to recieve moderation notifications from other boards, it's also used for decentralized moderation + +##Alternative config location + +If you would like to have your feeds.ini somewhere other than in the working directory, you can set the `SRND_FEEDS_INI_PATH` environment variable. For example, if you would like to use `/etc/nntpchan/meems.ini`, edit `~/.profile` and add `export SRND_FEEDS_INI_PATH=/etc/nntpchan/meems.ini`.