Add Android BikeSetup client

This commit is contained in:
2026-05-19 16:37:14 +02:00
parent 97f6e253f7
commit 4e18d97b85
51 changed files with 3197 additions and 3 deletions
+9 -3
View File
@@ -1,3 +1,9 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/bikeapp?schema=public"
OLLAMA_URL="http://localhost:11434"
OLLAMA_MODEL="llama3.1:8b"
# Database
DATABASE_URL=postgresql://user:password@localhost:5432/loam
# Auth (required for user accounts)
JWT_SECRET=change-this-to-a-long-random-string-in-production
# AI recommendations (optional, defaults shown)
OLLAMA_URL=http://localhost:11434
OLLAMA_MODEL=llama3.1:8b