diff --git a/.env.example b/.env.example deleted file mode 100644 index 7df6522..0000000 --- a/.env.example +++ /dev/null @@ -1,31 +0,0 @@ -# Example of filling in the .env file - -# Environment -ENVIRONMENT=development - -# Telegram -TG__WEBHOOK_USE=False -TG__WEBHOOK_PATH=/telegram -TG__BOT_TOKEN=1234567890:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -TG__ADMIN_IDS=[5252216460] - -# WebHook -WEBHOOK__URL=https://localhost -WEBHOOK__HOST=0.0.0.0 -WEBHOOK__PORT=8443 -WEBHOOK__PATH=/webhook -WEBHOOK__SECRET=my_long_and_random_secret_string_for_telegram - -# Database -DB__HOST=db -DB__PORT=5432 -DB__USER=default -DB__PASSWORD=password -DB__NAME=telegram_bot_template - -# Redis -REDIS__HOST=redis -REDIS__PORT=6379 -REDIS__USER=default -REDIS__PASSWORD=password -REDIS__DB=0