Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2471cb

Browse files
committedSep 14, 2024·
udpate appsettings.json
Related to: aliencube#319
1 parent a50f07d commit a2471cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/AzureOpenAIProxy.ApiApp/appsettings.json

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"OpenAI": "azure-openai-instances",
3030
"Storage": "storage-connection-string"
3131
}
32+
},
33+
"Stroage": {
34+
"Table": {
35+
"Name": "events"
36+
}
3237
}
3338
},
3439

0 commit comments

Comments
 (0)
Please sign in to comment.