sternenseemann / spacecookie

gopher library & server written in Haskell
https://sternenseemann.github.io/spacecookie/
GNU General Public License v3.0
47 stars 5 forks source link

Configuration file format overhaul #15

Open sternenseemann opened 4 years ago

sternenseemann commented 4 years ago

JSON is not a configuration file format. I'll keep supporting it in the future, since it is convenient for the NixOS module.

As we keep JSON, we should maybe look into something aeson based, maybe YAML? Otherwies toml or ini seems fine.