File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ new CloudConvertClient(new EnvironmentVariableSettingsProvider());
3939new CloudConvertClient (new PropertyFileSettingsProvider (" custom.properties" ));
4040
4141// Using configuration from string variables
42- new CloudConvertClient (new StringSettingsProvider (" api-url " , " webhook-signing-secret" , false ));
42+ new CloudConvertClient (new StringSettingsProvider (" api-key " , " webhook-signing-secret" , false ));
4343
4444// Using configuration from system properties
4545new CloudConvertClient (new SystemPropertySettingsProvider ());
@@ -57,7 +57,7 @@ new AsyncCloudConvertClient(new EnvironmentVariableSettingsProvider());
5757new AsyncCloudConvertClient (new PropertyFileSettingsProvider (" custom.properties" ));
5858
5959// Using configuration from string variables
60- new AsyncCloudConvertClient (new StringSettingsProvider (" api-url " , " webhook-signing-secret" , false ));
60+ new AsyncCloudConvertClient (new StringSettingsProvider (" api-key " , " webhook-signing-secret" , false ));
6161
6262// Using configuration from system properties
6363new AsyncCloudConvertClient (new SystemPropertySettingsProvider ());
You can’t perform that action at this time.
0 commit comments