Expose more daemon configuration to config file
authorSven Rademakers <sven.rademakers@gmail.com>
Fri, 3 Nov 2023 15:19:39 +0000 (15:19 +0000)
committerSven Rademakers <sven.rademakers@gmail.com>
Fri, 3 Nov 2023 15:19:39 +0000 (15:19 +0000)
commit830b857eda72897fc08a4d07517910df7a40cd32
tree6534850cc11bd836448d20174a0b6665528e22f7
parent590fff7419dbb3e2433417982c42d97ab0449a2f
Expose more daemon configuration to config file

in particular:
* port
* www dir
* enable/disable http redirect
default_config.yaml
src/config.rs
src/main.rs