- Use Variables for non-sensitive data (NODE_ENV, LOG_LEVEL, URLs, emails) - Use Secrets for sensitive data (passwords, auth tokens) - Add all configured variables: NODE_ENV, LOG_LEVEL, UMAMI analytics - Update verification checks to match actual configuration - Improve debug workflow to show Variables vs Secrets clearly - Fix environment variable mapping in Docker Compose deployment