Skip to content

Commit

Permalink
New clientlib ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KalturaCommunity committed Jan 5, 2019
1 parent 5015b90 commit 06d7c87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KalturaClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Client extends kaltura.ClientBase {
constructor(config) {
super(config);
this.setApiVersion('14.11.0');
this.setClientTag('node:19-01-04');
this.setClientTag('node:19-01-05');
}
}

Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"secret": "@YOUR_ADMIN_SECRET@",
"partnerId": @YOUR_PARTNER_ID@,
"serviceUrl": "https://www.kaltura.com"
"serviceUrl": "@SERVICE_URL@"
}
2 changes: 1 addition & 1 deletion config.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"secret": "@YOUR_ADMIN_SECRET@",
"partnerId": @YOUR_PARTNER_ID@,
"serviceUrl": "https://www.kaltura.com"
"serviceUrl": "@SERVICE_URL@"
}

0 comments on commit 06d7c87

Please sign in to comment.