Skip to content

Commit 9de9782

Browse files
committed
Fix the wrong env in the readme file
1 parent a96bdee commit 9de9782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-spring-apps-enterprise/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ cd apps/acme-assist
19031903
--build-env BP_JVM_VERSION=17 \
19041904
--env \
19051905
SPRING_AI_AZURE_OPENAI_ENDPOINT=${SPRING_AI_AZURE_OPENAI_ENDPOINT} \
1906-
SPRING_AI_AZURE_OPENAI_API_KEY=${SPRING_AI_AZURE_OPENAI_API_KEY}
1906+
SPRING_AI_AZURE_OPENAI_API_KEY=${SPRING_AI_AZURE_OPENAI_APIKEY}
19071907
```
19081908

19091909
1. Test the `acme-fitness` application in the browser again. Go to `ASK TO FITASSIST` and converse with the assistant, e.g.

0 commit comments

Comments
 (0)