feat(core): initialize project structure, postgres schema and docker setup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user