We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6870f6 commit 09a3db9Copy full SHA for 09a3db9
1 file changed
README.md
@@ -25,3 +25,8 @@ La página web usa la herramienta [Astro](https://astro.build/). Para poder usar
25
```bash
26
docker run -d -p 8080:8080 hackiit-website:latest
27
```
28
+Las siguientes variables de entorno son necesarias:
29
+- TELEGRAM_BOT_TOKEN: Token del bot de telegram
30
+- TELEGRAM_CHAT_ID: Chat al que el bot mandará los mensajes recibidos.
31
+- PUBLIC_RECAPTCHA_SITE_KEY: Clave publica de Google Recaptcha.
32
+- RECAPTCHA_SECRET_KEY: Clave secreta de Google Recaptcha.
0 commit comments