7 lines
362 B
Bash
7 lines
362 B
Bash
DATABASE_URL="postgresql://admin:development_password@localhost:5432/tehriehlbudget?schema=public"
|
|
SUPABASE_URL="https://your-project.supabase.co"
|
|
SUPABASE_SERVICE_ROLE_KEY="your-service-role-key"
|
|
ENCRYPTION_KEY="generate-with: node -e \"console.log(require('crypto').randomBytes(32).toString('hex'))\""
|
|
OLLAMA_URL="http://localhost:11434"
|
|
OLLAMA_MODEL="llama3"
|