aboutsummaryrefslogtreecommitdiff
path: root/production.ini
AgeCommit message (Collapse)Author
2024-04-16use alembic scripts from the packageDaniel Schadt
Especially for the installed module (which is probably the case if you use production.ini), this makes more sense than referring to the source location. We leave the development.ini for now, as there it might make sense to read the local directory (although it's probably installed as an editable module anyway).
2022-11-20change default emailDaniel Schadt
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