Skip to content

Commit

Permalink
refactor: [react ai document assistant] - enabled local.settings.json…
Browse files Browse the repository at this point in the history
… sample file
  • Loading branch information
ejazhussain committed Jan 5, 2025
1 parent f8404ff commit f6d6e9b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## files generated by popular Visual Studio add-ons.

# Azure Functions localsettings file
local.settings.json
#local.settings.json

# User-specific files
*.suo
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"Host": {
"LocalHttpPort": 4321,
"CORS": "https://tenant.sharepoint.com"
},
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
"AzureAd:ClientId": "xxxx",
"AzureAd:ClientSecret": "xxxx",
"AzureAd:TenantId": "xxxx",
"AzureOpenAI:APIKey": "xxxx",
"AzureOpenAI:Endpoint": "https://api.openai.com"
}
}

0 comments on commit f6d6e9b

Please sign in to comment.