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:
+1
-1
@@ -19,7 +19,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
# ============================================================================
|
||||
# PARÁMETROS LOCALES (no editar — se derivan del docker-compose.local.yml)
|
||||
# ============================================================================
|
||||
LOCAL_DB_PORT="5433"
|
||||
LOCAL_DB_PORT="5432"
|
||||
LOCAL_DB_USER="user"
|
||||
LOCAL_DB_PASS="password"
|
||||
LOCAL_CMS_URL="http://localhost:3001"
|
||||
|
||||
Reference in New Issue
Block a user