23 lines
476 B
Bash
23 lines
476 B
Bash
# Telegram Userbot Credentials (https://my.telegram.org)
|
|
API_ID=
|
|
API_HASH=
|
|
PHONE=
|
|
|
|
# Telegram Admin Bot Credentials (@BotFather)
|
|
BOT_TOKEN=
|
|
ADMIN_USER_IDS=78649634
|
|
REVIEW_CHANNEL_ID=
|
|
|
|
# AI Provider Configuration
|
|
AI_PROVIDER=gemini
|
|
AI_API_KEY=
|
|
AI_MODEL=gemini-1.5-flash
|
|
|
|
# PostgreSQL Configuration
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=copykar
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/copykar
|