feat(core): initialize project structure, postgres schema and docker setup

This commit is contained in:
mamad
2026-08-27 19:53:30 +03:30
commit 4e6b3eca6f
15 changed files with 701 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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