45cf61525e
Replace in-memory JSON file storage with Prisma ORM using PostgreSQL. Update environment variables and Prisma schema accordingly.
4 lines
146 B
Bash
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"
|