Initial Commit of Local files
This commit is contained in:
21
.env
Normal file
21
.env
Normal file
@@ -0,0 +1,21 @@
|
||||
# Paperless
|
||||
PAPERLESS_URL=http://your-paperless-ip:8000
|
||||
PAPERLESS_TOKEN=your_api_token_here
|
||||
|
||||
# Postgres
|
||||
POSTGRES_USER=raguser
|
||||
POSTGRES_PASSWORD=ragpass
|
||||
POSTGRES_DB=ragdb
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
# Chroma
|
||||
CHROMA_HOST=chromadb
|
||||
CHROMA_PORT=8000
|
||||
|
||||
# Ollama
|
||||
OLLAMA_BASE_URL=http://ollama:11434
|
||||
|
||||
# Telegram
|
||||
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
|
||||
ALLOWED_TELEGRAM_USERS=123456789,987654321
|
||||
Reference in New Issue
Block a user