Changed config.rkt to simple-ini.
This commit is contained in:
@@ -70,8 +70,7 @@ implementation.
|
||||
|
||||
@section{Configuration}
|
||||
|
||||
The configuration file is created automatically when it does not exist. The main
|
||||
settings are:
|
||||
The configuration file is created automatically when it does not exist. The managers read it directly as sections and keys through @racketmodname[simple-ini]; there is no separate configuration struct layered on top of the ini model. The main settings are:
|
||||
|
||||
@verbatim{
|
||||
[manager]
|
||||
@@ -83,6 +82,9 @@ display-log=#t
|
||||
log-file=".flac-48khz-manager.log"
|
||||
compression-level=5
|
||||
|
||||
[opus-manager]
|
||||
log-file=".flac2opus-manager.log"
|
||||
|
||||
[mail]
|
||||
enabled=#f
|
||||
send-on-success=#f
|
||||
|
||||
Reference in New Issue
Block a user