adding ratelimiting with reddis db
Deploy / deploy (push) Failing after 3s

This commit is contained in:
2026-05-06 09:27:02 +02:00
parent d82a08f77b
commit 5deb0e1056
16 changed files with 312 additions and 37 deletions
+2
View File
@@ -6,4 +6,6 @@
$TELEGRAM_BOT_API="";
$SENDGRID_KEY="";
$SENDGRID_MAIL="";
$REDIS_HOST="jakach-login-redis";
$REDIS_PORT=6379;
?>