wsj-filenaming/config.php
DJP 0939fbfb33 Initial commit: WSJ Filename Creator
Converted Activation Calendar to filename creator for digital banners.

Features:
- Filename format: JOBNUMBER_PROJECTNAME_SIZE_UNIT.png
- Conversational AI with Google Gemini 2.0
- Voice recognition support
- Auto-concatenation of filename parts
- Campaign save/load functionality
- WSJ styling: white background, black text, Georgia headlines
- Export to CSV and copy filenames to clipboard

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2025-12-16 13:40:59 -05:00

8 lines
259 B
PHP

<?php
// API Configuration
$GEMINI_API_KEY = 'AIzaSyBq2hdp5kh1PjXJ8Kz3-k5t5Kco6XHuQBI';
// User Configuration (hardcoded for now, will be SSO later)
$CURRENT_USER = 'daveporter@oliver.agency';
$SSO_ENABLED = false; // Will be true when SSO is implemented
?>