Skip to content

Commit 55caf06

Browse files
committed
fix typo in appsettings.json
Related to: aliencube#319
1 parent 5ad869c commit 55caf06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AzureOpenAIProxy.ApiApp/appsettings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"Storage": "storage-connection-string"
3131
}
3232
},
33-
"StroageAccount": {
34-
"Table": {
33+
"StorageAccount": {
34+
"TableStorage": {
3535
"TableName": "events"
3636
}
3737
}

0 commit comments

Comments
 (0)