Commit Graph

3 Commits

Author SHA1 Message Date
2c5c685662 refactor: standardize database credentials and naming
All checks were successful
Deploy to Production / deploy (push) Successful in 1m46s
- Updated database credentials to use consistent naming pattern across variables
- Simplified database name from voxblog_prod to voxblog for clarity
- Added explicit MYSQL_ROOT_PASSWORD and MYSQL_PASSWORD variables for container setup
- Changed DB_USER from voxblog_user to voxblog to match database naming convention
2025-10-26 22:55:11 +01:00
b593ca35d5 feat: update database credentials and add content statistics docs
All checks were successful
Deploy to Production / deploy (push) Successful in 1m47s
- Changed database credentials in .env for improved security
- Added detailed implementation plan for content statistics feature (CONTENT_STATISTICS_PLAN.md)
- Created summary documentation for content statistics feature (CONTENT_STATISTICS_SUMMARY.md)
- Removed legacy MySQL root password and simplified database config variables
- Updated database name to use production naming convention (voxblog_prod)
2025-10-26 22:52:14 +01:00
adminuser
33354e655e Track deployment env file for workflow
All checks were successful
Deploy to Production / deploy (push) Successful in 1m48s
2025-10-26 21:26:54 +00:00