update gitignore

This commit is contained in:
2025-09-14 17:23:13 +00:00
parent aed0f17a18
commit cd32129535
10 changed files with 12 additions and 10 deletions

9
.env
View File

@@ -1,9 +0,0 @@
TELEGRAM_TOKEN=8039533737:AAF0DKayjO21LRNCwdh8UffltXLg1HameGQ
OPENROUTER_API_KEY=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
DATABASE_URL=postgresql+asyncpg://drholy:SportForever1999@db:5432/chatdb
WEBAPP_URL=https://llm.byte-mate.xyz/webapp
DOMAIN=llm.byte-mate.xyz
EMAIL=your@email.com
POSTGRES_USER=drholy
POSTGRES_PASSWORD=SportForever1999
POSTGRES_DB=chatdb

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
TELEGRAM_TOKEN=12134311314:geerergereregr
OPENROUTER_API_KEY=sk-or-v1-123123213234132
DATABASE_URL=postgresql+asyncpg://login:pass@db:5432/chatdb
WEBAPP_URL=https://domain.com/webapp
DOMAIN=domain.com
EMAIL=your@email.com
POSTGRES_USER=login
POSTGRES_PASSWORD=pass
POSTGRES_DB=chatdb

4
.gitignore vendored
View File

@@ -1 +1,3 @@
/app/__pycache__/
app/__pycache__/
.pyc
.env

Binary file not shown.

Binary file not shown.

Binary file not shown.