knowledge.php 212 B

1234567
  1. <?php
  2. return [
  3. 'base_url' => env('KNOWLEDGE_API_BASE', 'http://localhost:5011'),
  4. 'timeout' => (int) env('KNOWLEDGE_API_TIMEOUT', 10),
  5. 'cache_ttl' => (int) env('KNOWLEDGE_API_CACHE_SECONDS', 300),
  6. ];