ferrero-opentext/config.example.json
DJP 716f0be068 Initial commit: Ferrero OpenText Content Scaling Application
Complete PHP-based workflow application for Ferrero DAM system:
- OAuth2 authentication with automatic token management
- Campaign discovery and filtering
- Folder structure navigation
- Asset download (individual and bulk)
- Metadata extraction and display
- Clean step-by-step web interface

Status: Fully functional and production-ready

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 14:29:20 -04:00

14 lines
No EOL
295 B
JSON

{
"baseUrl": "https://your-opentext-api.com",
"apiKey": "your-api-key-here",
"timeout": 30,
"headers": {
"Content-Type": "application/json",
"Accept": "application/json"
},
"logging": {
"enabled": true,
"logFile": "logs/test_results.log",
"logLevel": "INFO"
}
}