Skip to content

Commit 49f6cf5

Browse files
authored
Update Program.cs
1 parent f3cbfec commit 49f6cf5

File tree

1 file changed

+2
-2
lines changed
  • src/Regula.DocumentReader.NetCoreExample

1 file changed

+2
-2
lines changed

src/Regula.DocumentReader.NetCoreExample/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal static class Program
1616

1717
public static void Main()
1818
{
19-
string apiBaseUrl = Environment.GetEnvironmentVariable(API_BASE_PATH) ?? "http://localhost:8080";
19+
string apiBaseUrl = Environment.GetEnvironmentVariable(API_BASE_PATH) ?? "https://api.regulaforensics.com";
2020

2121
string licenseFromEnv = Environment.GetEnvironmentVariable(TEST_LICENSE); // optional, used here only for smoke test purposes
2222
var licenseFromFile = File.Exists(LICENSE_FILE_NAME)
@@ -98,4 +98,4 @@ public static void Main()
9898
// var lexResult = response.ResultByType<LexicalAnalysisResult>(Result.LEXICAL_ANALYSIS);
9999
}
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)