ZapMachine/conf/conf.local.php.dist

10 lines
287 B
Text
Raw Normal View History

<?php
/**
* Local configuration overrides — gitignored.
*
* Copy this file to conf/conf.local.php (without the .dist suffix)
* and fill in your real API keys.
*
* Priority: conf.local.php > environment variable > placeholder
*/
define('BRAVE_API_KEY', 'your-real-api-key-here');