2026-04-12 08:00:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
2026-04-12 08:20:18 +02:00
|
|
|
define('KIRBY_API_URL', 'https://www.index.ngo/api/support-content');
|
|
|
|
|
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');
|