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