Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add blobs settings in webapi docker .env.example (#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 😄
- Loading branch information