Archived
1
0

document custom config locations

This commit is contained in:
wzeth 2016-06-20 09:59:03 +00:00 committed by GitHub
parent 679ee50342
commit e6967a75e7

View File

@ -126,3 +126,9 @@ All pprof-related settings.
#####minimize_html
* `0`: do not minimize HTML
* `1`: minimize HTML
##Placing configuration elsewhere
By default, `srnd.ini` must be placed in the working directory (wherever you have the `srndv2` binary). If you want to place the `srnd.ini` config file elsewhere, you can define an environment varialbe in the `~/.profile` for the user that runs `srndv2`.
If you would like to use, for example, `/etc/nntpchan/my_srnd_config.ini`, simply add `export SRND_INI_PATH=/etc/nntpchan/my_srnd_config.ini` to `~/.profile`.