We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d49e5d commit 53fc518Copy full SHA for 53fc518
example/example.py
@@ -2,7 +2,7 @@
2
3
from regula.documentreader.webclient import *
4
5
-host = os.getenv("API_BASE_PATH", "http://localhost:8080")
+host = os.getenv("API_BASE_PATH", "https://api.regulaforensics.com")
6
regula_license = os.getenv("TEST_LICENSE", None) # optional, used here only for smoke test purposes
7
8
# read optional local license file
0 commit comments