mirror of
https://github.com/openwrt/packages.git
synced 2025-08-17 09:23:29 +00:00
Update configuration option examples. Fixes: #26952 Signed-off-by: George Sapkin <george@sapk.in>
18 lines
520 B
Plaintext
18 lines
520 B
Plaintext
|
|
config stdiscosrv 'stdiscosrv'
|
|
option enabled '0'
|
|
option listen ':8443'
|
|
option db_dir '/etc/stdiscosrv/discovery.db'
|
|
|
|
# Find the documents from: https://docs.syncthing.net/users/stdiscosrv.html
|
|
# option cert '/etc/stdiscosrv/cert.pem'
|
|
# option key '/etc/stdiscosrv/key.pem'
|
|
# option db_flush_interval '5m'
|
|
# option metrics_listen ''
|
|
|
|
# CLI options with no value should be defined as booleans and theirs names
|
|
# should be prefixed with '_'.
|
|
# option _compression '0'
|
|
# option _debug '0'
|
|
# option _http '1'
|