Skip to content

Feature/azure search Help #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
correct gateway setting
  • Loading branch information
ArgTang committed Sep 23, 2018
commit 19147711814f6eb4ee290e22cd6caf7a79d28f72
2 changes: 1 addition & 1 deletion CoreWiki/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"SearchProvider": "Azd",
"SearchProviderSettings": {
"Az_ApiGateway": "https://mycorewikisearchtest.search.windows.net", // free plan, 50Mb of storage
"Az_ApiGateway": "mycorewikisearchtest", // free plan, 50Mb of storage
"Az_ReadApiKey": "D91D336DFABB0A9C4393B2371D0E288C",
"Az_WriteApiKey": "NotCommited"
},
Expand Down