配置文件更新

This commit is contained in:
Chenx221 2024-03-01 18:02:13 +08:00
parent c6a3190020
commit 91af51ac66
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -18,5 +18,6 @@ return [
'Turnstile' => [
'siteKey' => $_ENV['TURNSTILE_SITE_KEY'],
'secret' => $_ENV['TURNSTILE_SECRET'],
]
],
'ipinfoToken' => $_ENV['IPINFO_TOKEN'],
];