Commit graph

3 commits

Author SHA1 Message Date
Kumi 8142d62f37
Refactor database config source
Switched database settings to use the centralized SETTINGS variable instead of the previous CONFIG. This ensures consistency across configuration management and aligns with recent changes to the settings infrastructure, facilitating easier adjustments and maintenance of database parameters.
2023-12-04 16:35:23 +01:00
Kumi 57119dfc4c
Enable dynamic database backend configuration
Adjusted the project settings to support MySQL or MariaDB as the database backend based on runtime configuration. This update allows for more flexible deployment options, utilizing either SQLite for development or production-ready databases like MySQL or MariaDB depending on the CONFIG variables. Defaults to SQLite when no external database is specified, maintaining backward compatibility.
2023-12-04 16:19:06 +01:00
Kumi 27eca84ada
Current status 2023-12-04 16:09:40 +01:00