This repository was archived by the owner on Oct 1, 2020. It is now read-only.
File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,12 @@ veda_base_url:
52
52
aws_video_transcripts_bucket :
53
53
aws_video_transcripts_prefix : video-transcripts/
54
54
55
+ # cielo24 api urls
56
+ cielo24_api_base_url : https://sandbox.cielo24.com/api
57
+
58
+ # 3playmedia api urls
59
+ three_play_api_base_url : https://api.3playmedia.com/
60
+ three_play_api_transcript_url : https://static.3playmedia.com/
55
61
56
62
# a token identifying a valid request from transcript provider
57
63
transcript_provider_request_token :
@@ -108,4 +114,9 @@ sg_server_path:
108
114
sg_script_name :
109
115
sg_script_key :
110
116
117
+ # ---
118
+ # Endpoints
119
+ # ---
120
+ threeplay_ftphost :
121
+
111
122
...
Original file line number Diff line number Diff line change @@ -24,17 +24,6 @@ ffmpeg_compiled: "ffmpeg"
24
24
ffprobe_compiled : " ffprobe"
25
25
target_aspect_ratio : 1.7777778
26
26
27
- # ---
28
- # Endpoints
29
- # ---
30
- # cielo24 api urls
31
- cielo24_api_base_url : ' https://sandbox.cielo24.com/api'
32
-
33
- # 3playmedia api urls
34
- three_play_api_base_url : https://api.3playmedia.com/
35
- three_play_api_transcript_url : https://static.3playmedia.com/
36
- threeplay_ftphost : ftp.3playmedia.com
37
-
38
27
# This is a list of encodes and their respective course
39
28
# boolean matches
40
29
encode_dict :
You can’t perform that action at this time.
0 commit comments