Skip to content

Commit 8be847f

Browse files
authored
Merge pull request #173 from Azure-Samples/gk/fix-nextjs-docker-issue
2 parents 3c7d4dd + 15174b7 commit 8be847f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ui/typescript/.env

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-DC9QMEZBZL
2+
RECCOMMENDATION_SERVICE_URL=http://localhost:5224
3+
NEXT_PUBLIC_COPILOT_CHAT_BASE_URL=https://copilotdemo.app

ui/typescript/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ yarn-debug.log*
2525
yarn-error.log*
2626

2727
# local env files
28-
.env
2928
.env.local
3029
.env.development.local
3130
.env.test.local

0 commit comments

Comments
 (0)