Skip to content

Commit 09a3db9

Browse files
authored
Update README.md
Added required environment variables for Telegram bot and Recaptcha.
1 parent f6870f6 commit 09a3db9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ La página web usa la herramienta [Astro](https://astro.build/). Para poder usar
2525
```bash
2626
docker run -d -p 8080:8080 hackiit-website:latest
2727
```
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

Comments
 (0)