mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Update doc
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
When you launch `yacreaderlibraryserver` the app uses a settings file to determine some behaviors. The path to the settings file is printed as part of the help when you run `yacreaderlibraryserver` with no commands.
|
||||
|
||||
The settings file follows the `INI` format and it contains various sections, the one you should modify is `[libraryConfig]`. The settings file is shared between `YACReaderLibrary`` and `YACReaderLibraryServer`, this file only describes the settings relevant for `YACReaderLibraryServer`
|
||||
The settings file follows the `INI` format and it contains various sections, the one you should modify is `[libraryConfig]`. The settings file is shared between `YACReaderLibrary` and `YACReaderLibraryServer`, this file only describes the settings relevant for `YACReaderLibraryServer`.
|
||||
|
||||
The following is a template for the settings available for `YACReaderLibraryServer`, it includes the default values and the values available for each setting:
|
||||
|
||||
@ -34,4 +34,6 @@ UPDATE_LIBRARIES_AT_CERTAIN_TIME=false
|
||||
; if sheduled updates are enabled, this is the time when they happen in 24h format
|
||||
UPDATE_LIBRARIES_AT_CERTAIN_TIME_TIME=00:00
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
WARNING! During library updates writes to the database are disabled! Don't schedule updates while you may be using the app actively."
|
Reference in New Issue
Block a user