All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
260 B
PHP
6 lines
260 B
PHP
<?php
|
|
|
|
define('KIRBY_API_URL', 'https://index.studio-variable.com/support-content');
|
|
define('SUPPORT_API_TOKEN', ''); // À remplir avec le même token que dans la config Kirby
|
|
define('CACHE_TTL', 300); // 5 minutes
|
|
define('CACHE_DIR', __DIR__ . '/../cache');
|