Skip to content

Commit 418669b

Browse files
authored
Update README.md
1 parent 142c978 commit 418669b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,12 @@ else:
196196
print("Feature 1: " + str(license_key.f1))
197197
print("License expires: " + str(license_key.expires))
198198
```
199+
200+
### License server or custom endpoint
201+
202+
To forward requests to a local license server or a different API, you can set it using the `server_address` in HelperMethods, i.e.,
203+
204+
```
205+
HelperMethods.server_address = "http://localhost:8080/";
206+
```
207+
It is important to include one */* in the end of the address, as shown above.

0 commit comments

Comments
 (0)