From 727c35e66284a335e9ff825cc0ff3288835e65e4 Mon Sep 17 00:00:00 2001
From: Arman <407448+armanist@users.noreply.github.com>
Date: Mon, 4 Nov 2024 14:16:01 +0400
Subject: [PATCH 1/2] Updating blog reference
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4690907..48db825 100644
--- a/README.md
+++ b/README.md
@@ -54,4 +54,4 @@ php qt serve
Learn More
- [Website](https://quantumphp.io/)
-- [Blog](http://blog.softberg.org/category/quantum-php-framework/)
+- [Blog](https://medium.com/@softberg)
From 7e1e30523f18fab081af448e6cf2d6bcadf63b31 Mon Sep 17 00:00:00 2001
From: Arman <407448+armanist@users.noreply.github.com>
Date: Mon, 4 Nov 2024 14:31:55 +0400
Subject: [PATCH 2/2] Updating .env.example
---
.env.example | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/.env.example b/.env.example
index e492638..738c988 100644
--- a/.env.example
+++ b/.env.example
@@ -27,4 +27,12 @@ MAILGUN_APIKEY=
MAILGUN_DOMAIN=
#Mandrill
-MANDRILL_APIKEY=
\ No newline at end of file
+MANDRILL_APIKEY=
+
+#Recaptcha
+RECAPTCHA_SITE_KEY=
+RECAPTCHA_SECRET_KEY=
+
+#Hcaptcha
+HCAPTCHA_SITE_KEY=
+HCAPTCHA_SECRET_KEY=
\ No newline at end of file