Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
veraachuang committed Aug 13, 2024
1 parent 111a783 commit 1fba2d7
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 28 deletions.
80 changes: 54 additions & 26 deletions .idea/.idea.OcrProject/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace OcrProject;
public class Settings
{
public static string Endpoint => "https://di-poc-free-seasia-001.cognitiveservices.azure.com/";
public static string Key => "358d2370e07c46ae862b45abf90d00f6";
public static string BlobConnectionString => "DefaultEndpointsProtocol=https;AccountName=docintelpoceasia001;AccountKey=IelmCQ4a2WqGwSz6ZDFc3CtpWXcBXcN9OEluWHnLxi8clV0sYF/EiVkWlQMKD9ZsBM8HkVEf+Yx5+AStTYZK0w==;EndpointSuffix=core.windows.net";
public static string Key => "";
public static string BlobConnectionString => "";
public const string ContainerName = "testing";


Expand Down

0 comments on commit 1fba2d7

Please sign in to comment.