Skip to content

Commit e706e47

Browse files
committed
fix:ExampleChanges
1 parent 89e47d1 commit e706e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/file/upload_file_chunked.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
# Configure connection to SystemLink server
1313
server_configuration = HttpConfiguration(
14-
server_uri="https://test-api.lifecyclesolutions.ni.com/",
15-
api_key="zr7fUQj3R2zSBt6b46LGquPkPZJ8wll_wg6oqRLQn2",
14+
server_uri="https://yourserver.yourcompany.com",
15+
api_key="YourAPIKeyGeneratedFromSystemLink",
1616
)
1717

1818
client = FileClient(configuration=server_configuration)

0 commit comments

Comments
 (0)