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 89e47d1 commit e706e47Copy full SHA for e706e47
examples/file/upload_file_chunked.py
@@ -11,8 +11,8 @@
11
12
# Configure connection to SystemLink server
13
server_configuration = HttpConfiguration(
14
- server_uri="https://test-api.lifecyclesolutions.ni.com/",
15
- api_key="zr7fUQj3R2zSBt6b46LGquPkPZJ8wll_wg6oqRLQn2",
+ server_uri="https://yourserver.yourcompany.com",
+ api_key="YourAPIKeyGeneratedFromSystemLink",
16
)
17
18
client = FileClient(configuration=server_configuration)
0 commit comments