Dependencies for captcha #212
This commit is contained in:
@@ -37,12 +37,22 @@ return [
|
||||
'api_key' => '',
|
||||
],
|
||||
|
||||
#
|
||||
# Other settings and configuration you might not need to modify
|
||||
#
|
||||
|
||||
# overrides cache.php
|
||||
'cache' => [
|
||||
'default' => '$CACHE_DRIVER$',
|
||||
'prefix' => 'phpvms_',
|
||||
],
|
||||
|
||||
'captcha' => [
|
||||
'enabled' => true,
|
||||
'secret' => '',
|
||||
'sitekey' => '',
|
||||
],
|
||||
|
||||
# overrides database.php
|
||||
'database' => [
|
||||
'default' => env('DB_CONNECTION', '$DB_CONN$'),
|
||||
|
||||
Reference in New Issue
Block a user