Skip to content

Commit 53fc518

Browse files
authored
Update example.py
1 parent 4d49e5d commit 53fc518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from regula.documentreader.webclient import *
44

5-
host = os.getenv("API_BASE_PATH", "http://localhost:8080")
5+
host = os.getenv("API_BASE_PATH", "https://api.regulaforensics.com")
66
regula_license = os.getenv("TEST_LICENSE", None) # optional, used here only for smoke test purposes
77

88
# read optional local license file

0 commit comments

Comments
 (0)