Skip to content

Commit a0fe1e9

Browse files
committed
Add feature flag
1 parent 9fa3a55 commit a0fe1e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/ApplicationBase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ function ($translator, $app) {
176176
$this->register(
177177
new SearchAPIServiceProvider(),
178178
[
179+
'search_api.use_client_ids' => $this['config']['search_api']['use_client_ids'] ?? false,
179180
'search_api.base_url' => $this['config']['search_api']['live']['base_url'],
180181
'search_api.api_key' => $this['config']['search_api']['live']['api_key'],
181182
'search_api_test.base_url' => $this['config']['search_api']['test']['base_url'],

0 commit comments

Comments
 (0)