diericx / bevy

Self hosted software for distibuted video streaming using BitTorrent
75 stars 6 forks source link

TOML config #6

Closed diericx closed 4 years ago

diericx commented 4 years ago

Currently config is done in /cmd/main.go for dev convenience. https://github.com/diericx/iceetime/blob/3a05a7569a3412a517e549920c72afd1fcd92fb5/backend/cmd/main.go#L18

This should be converted to being loaded from a TOML file. Config should be a first class citizen and should be very easy to comprehend!