update gitignore
This commit is contained in:
9
.env
9
.env
@@ -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
9
.env.example
Normal 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
4
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
/app/__pycache__/
|
||||
app/__pycache__/
|
||||
.pyc
|
||||
.env
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user