- Issue created by @iaslam
- Status changed to Postponed: needs info
6 months ago 4:04pm 10 May 2024 - πΊπΈUnited States greatmatter
Hi! Have you considered using
$config['turnstile.settings']['site_key'] = $_ENV['YOUR ENVIRONMENT VARIABLE NAME']; $config['turnstile.settings']['secret_key'] = $_ENV['YOUR ENVIRONMENT VARIABLE NAME'];
in $settings.php, or am I missing the point?
- Status changed to Closed: works as designed
5 months ago 1:22pm 26 June 2024 - π¬π§United Kingdom smaz England, UK
Can confirm the suggestion in #2 works & allows you to have secret keys outside of config files.