Skip to content

Commit b711fc2

Browse files
sample.env file
1 parent 2865957 commit b711fc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/backend/.env.sample

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ AZURE_OPENAI_API_VERSION=2024-08-01-preview
99

1010
APPLICATIONINSIGHTS_INSTRUMENTATION_KEY=
1111
AZURE_AI_PROJECT_ENDPOINT=
12-
AZURE_AI_SUBSCRIPTION_ID=
12+
AZURE_AI_SUBSCRIPTION_ID=1
1313
AZURE_AI_RESOURCE_GROUP=
1414
AZURE_AI_PROJECT_NAME=
15-
AZURE_AI_AGENT_PROJECT_CONNECTION_STRING=
1615
AZURE_AI_MODEL_DEPLOYMENT_NAME=gpt-4o
17-
APPLICATIONINSIGHTS_CONNECTION_STRING=
16+
AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME=gpt-4o
17+
#APPLICATIONINSIGHTS_CONNECTION_STRING=
18+
AZURE_AI_AGENT_PROJECT_ENDPOINT=
1819

19-
20-
BACKEND_API_URL='http://localhost:8000'
21-
FRONTEND_SITE_NAME='http://127.0.0.1:3000'
20+
BACKEND_API_URL=http://localhost:8000
21+
FRONTEND_SITE_NAME=http://127.0.0.1:3000

0 commit comments

Comments
 (0)