whiskyechobravo / kerko

A web application component that provides a faceted search interface for bibliographies managed with Zotero.
https://whiskyechobravo.github.io/kerko/
GNU General Public License v3.0
302 stars 36 forks source link

New configuration system #18

Closed davidlesieur closed 1 year ago

davidlesieur commented 1 year ago

This gets rid of the long list of awkward environment variables (although some of those remain, mainly for secret keys), brings additional configuration options to existing features, and paves the way for future features that will benefit from a more structured configuration system.

There is still room for refinements and much to do in terms of documentation, but a look at the default_config.toml file should give you a hint of what could soon become configurable, and how it would be done. Comments welcome!