chore: add .env.example template for bot configuration

This commit is contained in:
Mikkel Georgsen 2026-01-16 18:20:58 +00:00
parent 15307d7c85
commit 1908f5f61d

21
.env.example Normal file
View file

@ -0,0 +1,21 @@
# MoAI Bot Configuration
# Copy this file to .env and fill in your values
# Telegram Bot Token (required)
# Get this from @BotFather on Telegram
BOT_TOKEN=
# Allowed Users (optional)
# Comma-separated Telegram user IDs that can use the bot
# Leave empty to allow all users
# To find your user ID, message @userinfobot on Telegram
ALLOWED_USERS=
# Database URL (optional)
# Defaults to SQLite: sqlite+aiosqlite:///./moai.db
# DATABASE_URL=sqlite+aiosqlite:///./moai.db
# Log Level (optional)
# Options: DEBUG, INFO, WARNING, ERROR
# Defaults to INFO
# LOG_LEVEL=INFO