Corrects spelling mistake

This commit is contained in:
2023-07-25 04:49:25 +00:00
parent 32b3904c39
commit 9ea241f8ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ default: &default
smtp_ssl: <%= ENV['SMTP_SSL'] %>
default_url: <%= ENV['DEFAULT_URL'] %>
recaptcha_secret_key: <%= ENV['RECAPTCHA_SECRET_KEY'] %>
recaptcha_site_key: 'hello'
recaptcha_site_key: <%= ENV['RECAPTCHA_SITE_KEY'] %>
development:
<<: *default