Document sample configuration file.

This commit is contained in:
Dominik Pantůček 2023-05-26 18:02:06 +02:00
parent 015312a6a9
commit 20e7cea8f9

View file

@ -305,6 +305,33 @@ and first token comprised of non-whitespace characters is taken as
configuration key. The remainder of the line without leading configuration key. The remainder of the line without leading
whitespace is then taken as given configuration option value. whitespace is then taken as given configuration option value.
A sample configuration for Brmlab installation in "/etc/hackerbase"
is:
.RS
.EX
# hackerbase sample configuration file
# Where is the git repository with member files
members-directory /root/sap/members
# Path to Fio API keys
apikeys-file /root/sap/apikey.ntlm
# Directory for storing the bank files
bank-dir /root/sap/
# Where to find last checked Fio transaction id
jendasap-checked /root/sap/checked.ntlm
# Global sender for any emails sent by the system
email-from Brmlab - Rada <rada@brmlab.cz>
# Where to send membership fees summary mailto
summary-mailto rada@brmlab.cz
.EE
.RE
.SH "EXAMPLES" .SH "EXAMPLES"
.SH "COPYRIGHT" .SH "COPYRIGHT"