From 7bd3173c24b611495549c0ef2a6025c2380ec677 Mon Sep 17 00:00:00 2001 From: Jaron Kramer Date: Wed, 31 Dec 2025 18:06:02 +0000 Subject: [PATCH] Upd setup.sh for right default .env --- setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.sh b/setup.sh index 6f144cb..b1dc09f 100755 --- a/setup.sh +++ b/setup.sh @@ -97,7 +97,13 @@ MARIADB_DATABASE=crumbforest MARIADB_ROOT_PASSWORD=rootsecret # FastAPI Configuration +SECRET_KEY=change-me-in-production-to-random-string-secret-key APP_SECRET=change-me-in-production-to-random-string +APP_PORT=8000 + +# Data Directories +MYSQL_DATA=./data/mysql +QDRANT_STORAGE=./data/qdrant # Qdrant Configuration QDRANT_URL=http://qdrant:6333