Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-platform
Commits
29e3a4ff
Commit
29e3a4ff
authored
Nov 24, 2017
by
muhammad-ammar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add VIDEO_TRANSCRIPTS_SETTINGS in bok-choy settings
parent
d32a434d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
cms/envs/bok_choy.py
+13
-0
No files found.
cms/envs/bok_choy.py
View file @
29e3a4ff
...
@@ -144,6 +144,19 @@ if RELEASE_LINE == "master":
...
@@ -144,6 +144,19 @@ if RELEASE_LINE == "master":
'course_author'
:
'http://edx.readthedocs.io/projects/edx-partner-course-staff'
,
'course_author'
:
'http://edx.readthedocs.io/projects/edx-partner-course-staff'
,
}
}
########################### Video Transcript #################################
VIDEO_TRANSCRIPTS_SETTINGS
=
dict
(
VIDEO_TRANSCRIPTS_MAX_BYTES
=
3
*
1024
*
1024
,
# 3 MB
# Backend storage
# STORAGE_CLASS='storages.backends.s3boto.S3BotoStorage',
# STORAGE_KWARGS=dict(bucket='video-transcripts-bucket'),
STORAGE_KWARGS
=
dict
(
location
=
MEDIA_ROOT
,
base_url
=
MEDIA_URL
,
),
DIRECTORY_PREFIX
=
'video-transcripts/'
,
)
#####################################################################
#####################################################################
# Lastly, see if the developer has any local overrides.
# Lastly, see if the developer has any local overrides.
try
:
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment