Skip to content

Commit db038e9

Browse files
Add blobs settings in webapi docker .env.example (microsoft#526)
### Motivation and Context docker/webapi/.env.example should have below settings as the template to create .env file, otherwise, webapi container will failed to start ``` # Azure blobs settings SemanticMemory__Services__AzureBlobs__Auth= SemanticMemory__Services__AzureBlobs__ConnectionString= ``` ### Description docker/webapi/.env.example should have below settings as the template to create .env file, otherwise, webapi container will failed to start ``` # Azure blobs settings SemanticMemory__Services__AzureBlobs__Auth= SemanticMemory__Services__AzureBlobs__ConnectionString= ``` ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
1 parent d046193 commit db038e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/webapi/.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ SemanticMemory__Services__AzureOpenAIText__Deployment=
1818
SemanticMemory__Services__AzureOpenAIText__Endpoint=
1919
SemanticMemory__Services__AzureOpenAIText__APIKey=
2020

21+
# Azure blobs settings
22+
SemanticMemory__Services__AzureBlobs__Auth=
23+
SemanticMemory__Services__AzureBlobs__ConnectionString=

0 commit comments

Comments
 (0)