Files
bikeApp/.env.local
T
fegger 45cf61525e Switch database from SQLite to PostgreSQL
Replace in-memory JSON file storage with Prisma ORM using PostgreSQL.
Update environment variables and Prisma schema accordingly.
2026-05-19 14:19:01 +02:00

4 lines
146 B
Bash

DATABASE_URL="postgresql://postgres:postgres@localhost:5432/bikeapp?schema=public"
OLLAMA_URL="http://localhost:11434"
OLLAMA_MODEL="llama3.1:8b"