2026-04-12 08:00:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
2026-04-12 10:47:34 +02:00
|
|
|
define('KIRBY_API_URL', 'https://index.studio-variable.com/support-content');
|
2026-04-12 08:20:18 +02:00
|
|
|
define('SUPPORT_API_TOKEN', ''); // À remplir avec le même token que dans la config Kirby
|
2026-04-12 08:00:58 +02:00
|
|
|
define('CACHE_TTL', 300); // 5 minutes
|
|
|
|
|
define('CACHE_DIR', __DIR__ . '/../cache');
|