1. Request Information
2. Application Configuration (this)
3. Database Verification (PostgreSQL)
SELECT
CURRENT_TIMESTAMP as db_time,
current_database() as db_name,
current_user as db_user;
| Connection Status | ✅ ACTIVE |
| Database Name | #qTest.db_name# |
| Database User | #qTest.db_user# |
| Server Timestamp | #qTest.db_time# |
| Query Performance | #res.executiontime# ms |
❌ DATABASE ERROR:
#cfcatch.message#
4. Environment Variables (Terraform Mapping)
| Variable Key |
Value (Decoded) |
| #key# |
#env[key]# |
Report Generated: #dateTimeFormat(now(), "yyyy-mm-dd HH:nn:ss")#