chore: add .env.example template for bot configuration
This commit is contained in:
parent
15307d7c85
commit
1908f5f61d
1 changed files with 21 additions and 0 deletions
21
.env.example
Normal file
21
.env.example
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue