move site key to .env

This commit is contained in:
Raven Scott 2024-09-26 17:01:18 -04:00
parent 0a09e7bbef
commit 8bfd815084

View File

@ -82,7 +82,7 @@
</div>
<!-- reCAPTCHA -->
<CENTER><div class="g-recaptcha" data-sitekey="6LffOEkqAAAAAJRMNswRfgxmO6Dj7PwybknJYsgi"></div></CENTER>
<CENTER><div class="g-recaptcha" data-sitekey="<%= process.env.CAPTCHA_SITE_KEY %>"></div></CENTER>
<BR>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
@ -92,7 +92,7 @@
<!-- Footer -->
<footer class=" text-white text-center py-4">
<div class="container">
<p class="mb-0">&copy; 2024 <%= process.env.OWNER_NAME %> . All rights reserved.</p>
<p class="mb-0">&copy; 2024 <%= process.env.OWNER_NAME %>. All rights reserved.</p>
</div>
</footer>