Commit 7c8f4e53 authored by Nguyễn Văn Ánh's avatar Nguyễn Văn Ánh

zero config

parent f2403d69
......@@ -2,9 +2,9 @@
return array(
'secret' => '',
'sitekey' => '',
'secret' => getenv('NOCAPTCHA_SECRET') ?: '',
'sitekey' => getenv('NOCAPTCHA_SITEKEY') ?: '',
'lang' => '',
'lang' => app()->getLocale(),
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment