We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fe1ce commit 6f62644Copy full SHA for 6f62644
config/statsig.php
@@ -5,7 +5,7 @@
5
use Statsig\Adapters\LocalFileLoggingAdapter;
6
7
return [
8
- 'secret' => env('STATSIG_SECRET_KEY'),
+ 'secret' => env('STATSIG_SECRET_KEY', ''),
9
10
'data_adapter' => LocalFileDataAdapter::class,
11
'logging_adapter' => LocalFileLoggingAdapter::class,
0 commit comments