Changed config.rkt to simple-ini.
This commit is contained in:
@@ -78,7 +78,7 @@ platform path implementation.
|
||||
## Configuration
|
||||
|
||||
Important configuration keys are created automatically in `.flac-48khz-manager.ini`.
|
||||
The same file is used by both managers.
|
||||
The same file is used by both managers. The implementation now reads this file as a simple-ini value directly; there is no separate configuration struct layered on top of the ini model.
|
||||
|
||||
```ini
|
||||
[manager]
|
||||
@@ -90,6 +90,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