Remove unused SQL queries and update email template handling

- Deleted multiple unused SQL query files from the cms-service.
- Refactored email template handling in the cms-service to improve clarity and maintainability.
- Updated environment variable loading in both cms-service and lms-service to use dotenvy for better configuration management.
- Added a new .env.dev file for local development with database and SMTP configurations.
- Set default value for `certificates_enabled` in the shared common models.
This commit is contained in:
2026-04-15 14:26:44 -04:00
parent d550babd8a
commit 6aa0b235c3
41 changed files with 121 additions and 1592 deletions
+1
View File
@@ -999,6 +999,7 @@ mod tests {
primary_color: None,
secondary_color: None,
certificate_template: None,
certificates_enabled: true,
platform_name: None,
favicon_url: None,
logo_variant: None,