Skip to content

Commit c9ac527

Browse files
committed
add ENABLE_SECRETS_MANAGER config
1 parent 84387d7 commit c9ac527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313

1414
'region' => env('AWS_DEFAULT_REGION'),
15+
'enable-secrets-manager' => env('ENABLE_SECRETS_MANAGER', false),
1516

1617
/*
1718
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)