first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# OpenAI API Key
|
||||
OPENAI_API_KEY=sk-proj-...
|
||||
|
||||
# SSH Verbindung zum Hetzner Server
|
||||
SSH_HOST=46.225.225.226
|
||||
SSH_USER=root
|
||||
SSH_KEY_PATH=~/.ssh/id_ed25519
|
||||
|
||||
# PostgreSQL (via SSH Tunnel)
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=5432
|
||||
DB_NAME=anythingllm
|
||||
DB_USER=anythingllm
|
||||
DB_PASSWORD=dein-passwort
|
||||
|
||||
# RAG Einstellungen
|
||||
NAMESPACE=mein-workspace
|
||||
CHUNK_SIZE=500
|
||||
CHUNK_OVERLAP=50
|
||||
Reference in New Issue
Block a user