10 lines
287 B
Text
10 lines
287 B
Text
|
|
<?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');
|