Skip to content

Commit

Permalink
fix(FEC-8135): change the provider default service config to https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
odedhutzler authored and OrenMe committed May 5, 2018
1 parent 30a7553 commit f05784b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k-provider/ovp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import {clone} from '../../util/clone'

const defaultConfig: Object = {
serviceUrl: "//www.kaltura.com/api_v3",
serviceUrl: "https://cdnapisec.kaltura.com",
cdnUrl: "//cdnapisec.kaltura.com",
serviceParams: {
apiVersion: '3.3.0',
Expand Down

0 comments on commit f05784b

Please sign in to comment.