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 a6d93f4 commit ec19ac1Copy full SHA for ec19ac1
test/helper.js
@@ -40,14 +40,10 @@
40
41
'use strict';
42
var conf = {
43
- // "basePath":"https://api.aspose.cloud/v3.0",
44
- "basePath":"http://localhost:5000/v3.0",
45
- // "authPath":"https://api.aspose.cloud/connect/token",
46
- "authPath":"https://api-qa.aspose.cloud/connect/token",
47
- // "apiKey":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
48
- // "appSID":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
49
- "apiKey":"html.cloud",
50
- "appSID":"html.cloud",
+ "basePath":"https://api.aspose.cloud/v3.0",
+ "authPath":"https://api.aspose.cloud/connect/token",
+ "apiKey":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+ "appSID":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
51
"testResult":"/testresult/",
52
"testData":"/testdata/",
53
"remoteFolder":"HtmlTestDoc",
0 commit comments