default no debug. clever solution for api keys in git ignored local conf file.
This commit is contained in:
parent
6a122e3bed
commit
d185a26f87
5 changed files with 37 additions and 5 deletions
10
conf/conf.local.php.dist
Normal file
10
conf/conf.local.php.dist
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue