diff --git a/.gitignore b/.gitignore index 6c5156b..5bb379a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ data .env +tmp_bot +tmp_web diff --git a/env.sample b/env.sample index d616090..5dcf6a3 100644 --- a/env.sample +++ b/env.sample @@ -1,6 +1,8 @@ +# Telegram TELEGRAM_TOKEN=aaaa:bbbb TELEGRAM_CHATID=123123 +# Web WEB_PORT=9900 PROGRAM_AUTHOR="oscarmlage"