Skip to content

Commit f693113

Browse files
be sure to set env vars pre-app-startup (#102)
Co-authored-by: jwatson <[email protected]>
1 parent d76913a commit f693113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/startup_app.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ done
5252
trap cleanup EXIT
5353

5454
export RAG_DATABASES_DIR=$(pwd)/databases
55+
export LLM_SERVICE_URL="http://localhost:8081"
56+
export API_URL="http://localhost:8080"
5557

5658
# start Qdrant vector DB
5759
qdrant/qdrant & 2>&1

0 commit comments

Comments
 (0)