Closed diericx closed 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
/cmd/main.go
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!
Currently config is done in
/cmd/main.go
for dev convenience. https://github.com/diericx/iceetime/blob/3a05a7569a3412a517e549920c72afd1fcd92fb5/backend/cmd/main.go#L18This should be converted to being loaded from a TOML file. Config should be a first class citizen and should be very easy to comprehend!