Cosmetics

This commit is contained in:
Óscar M. Lage 2024-11-28 22:52:42 +01:00
parent b1cdfe40a9
commit 4c8288c0d2
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
data
.env
tmp_bot
tmp_web

View File

@ -1,6 +1,8 @@
# Telegram
TELEGRAM_TOKEN=aaaa:bbbb
TELEGRAM_CHATID=123123
# Web
WEB_PORT=9900
PROGRAM_AUTHOR="oscarmlage"