Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update setup instructions and secure connection strings
Updated program.cs in eShopAppHost project and modified README.md to include instructions for setting up user secrets for connection strings in the Products project. The new method uses `dotnet user-secrets` to securely store connection strings for `openaidev` and `azureaisearchdev`, replacing the old method of hard-coding them in configuration files.
- Loading branch information