Skip to content

Commit 6f62644

Browse files
author
ziming
committed
default to empty string
1 parent f0fe1ce commit 6f62644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/statsig.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Statsig\Adapters\LocalFileLoggingAdapter;
66

77
return [
8-
'secret' => env('STATSIG_SECRET_KEY'),
8+
'secret' => env('STATSIG_SECRET_KEY', ''),
99

1010
'data_adapter' => LocalFileDataAdapter::class,
1111
'logging_adapter' => LocalFileLoggingAdapter::class,

0 commit comments

Comments
 (0)