aboutsummaryrefslogtreecommitdiff
path: root/production.ini
AgeCommit message (Collapse)Author
2022-07-07wire jinja2 filters in codeDaniel Schadt
Those things are not really a configuration thing that changes, rather they are part of how the code of the application works. As such, it doesn't make too much sense to require those configuration values. Instead, we now add those filters programatically. This also ensures that the filters are the same between development, production and testing environment.
2022-07-02add README & LICENSEDaniel Schadt
2022-06-28Initial commitDaniel Schadt