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
|
|
@ -13,12 +13,13 @@ define('ZAP_CANVAS_NAME', 'collage');
|
|||
define('ZAP_DELETE_SOURCE', false);
|
||||
define('ZAP_ADULT', false);
|
||||
define('ZAP_LOG', true);
|
||||
define('ZAP_DEBUG', true);
|
||||
define('ZAP_DEBUG', false);
|
||||
|
||||
|
||||
// Brave Search API
|
||||
// Get your API key: https://api.search.brave.com/
|
||||
define('BRAVE_API_KEY', 'your api key');
|
||||
// Put your key in conf/conf.local.php (gitignored) or set BRAVE_API_KEY env var
|
||||
// See conf/conf.local.php.dist for a template
|
||||
define('BRAVE_BASE', 'https://api.search.brave.com/res/v1/images/search');
|
||||
|
||||
$search_engines = array('brave');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue