Skip to content

Commit 61df512

Browse files
backend url change
1 parent 43632ee commit 61df512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Step 1: Build the React application
22
FROM node:20 AS build
3-
ENV BACKEND_API_URL "https://dev-backend-dcavk67s4a-uc.a.run.app"
3+
ENV BACKEND_API_URL "https://staging-backend-dcavk67s4a-uc.a.run.app"
44
#ENV BLOOM_URL "https://bloom-latest.s3.eu-west-2.amazonaws.com/assets/index.html?connectURL={CONNECT_URL}&search=Show+me+a+graph"
55
ENV BLOOM_URL "https://bloom-latest.s3.eu-west-2.amazonaws.com/assets/index.html?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true"
66
ENV REACT_APP_SOURCES ""

0 commit comments

Comments
 (0)