260304:1320 20260304:1200 update app to lcbp3 #5
All checks were successful
Build and Deploy / deploy (push) Successful in 50s

This commit is contained in:
admin
2026-03-04 13:20:01 +07:00
parent 247df788cb
commit 5099380ded
5 changed files with 10 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ Use `/slash-command` to trigger these workflows. Always prefer spec-driven devel
## 🚫 Forbidden Actions
- DO NOT use SQL Triggers (Business logic must be in NestJS services).
- DO NOT use `.env` files for production configuration (Use Docker environment variables).
- DO NOT use `.env` files for production deployment — QNAP Container Station requires secrets directly in `docker-compose.yml` environment section.
- DO NOT run database migrations — modify the schema SQL file directly.
- DO NOT invent table names or columns — use ONLY what is defined in the schema SQL file.
- DO NOT generate code that violates OWASP Top 10 security practices.