Add Android BikeSetup client
This commit is contained in:
+9
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user