Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
f23492e1
Commit
f23492e1
authored
10 years ago
by
Stephen Sanchez
Browse files
Options
Downloads
Patches
Plain Diff
Updating AWS settings
parent
ef685410
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lms/envs/aws.py
+2
-1
2 additions, 1 deletion
lms/envs/aws.py
lms/envs/common.py
+3
-0
3 additions, 0 deletions
lms/envs/common.py
requirements/edx/github.txt
+1
-1
1 addition, 1 deletion
requirements/edx/github.txt
with
6 additions
and
2 deletions
lms/envs/aws.py
+
2
−
1
View file @
f23492e1
...
...
@@ -313,7 +313,8 @@ if AWS_SECRET_ACCESS_KEY == "":
AWS_STORAGE_BUCKET_NAME
=
AUTH_TOKENS
.
get
(
'
AWS_STORAGE_BUCKET_NAME
'
,
'
edxuploads
'
)
# Specific setting for the File Upload Service to store media in a bucket.
FILE_UPLOAD_STORAGE_BUCKET_NAME
=
AUTH_TOKENS
.
get
(
'
AWS_STORAGE_BUCKET_NAME
'
,
'
edxuploads
'
)
FILE_UPLOAD_STORAGE_BUCKET_NAME
=
ENV_TOKENS
.
get
(
'
FILE_UPLOAD_STORAGE_BUCKET_NAME
'
,
FILE_UPLOAD_STORAGE_BUCKET_NAME
)
FILE_UPLOAD_STORAGE_PREFIX
=
ENV_TOKENS
.
get
(
'
FILE_UPLOAD_STORAGE_PREFIX
'
,
FILE_UPLOAD_STORAGE_PREFIX
)
# If there is a database called 'read_replica', you can use the use_read_replica_if_available
# function in util/query.py, which is useful for very large database reads
...
...
This diff is collapsed.
Click to expand it.
lms/envs/common.py
+
3
−
0
View file @
f23492e1
...
...
@@ -1393,6 +1393,9 @@ LINKEDIN_API = {
# By default, don't use a file prefix
ORA2_FILE_PREFIX
=
None
# Default File Upload Storage bucket and prefix. Used by the FileUpload Service.
FILE_UPLOAD_STORAGE_BUCKET_NAME
=
'
edxuploads
'
FILE_UPLOAD_STORAGE_PREFIX
=
'
submissions_attachments
'
##### ACCOUNT LOCKOUT DEFAULT PARAMETERS #####
MAX_FAILED_LOGIN_ATTEMPTS_ALLOWED
=
5
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/github.txt
+
1
−
1
View file @
f23492e1
...
...
@@ -27,7 +27,7 @@
-e git+https://github.com/edx/bok-choy.git@82b4e82d79b9d4c6d087ebbfa26ea23235728e62#egg=bok_choy
-e git+https://github.com/edx-solutions/django-splash.git@9965a53c269666a30bb4e2b3f6037c138aef2a55#egg=django-splash
-e git+https://github.com/edx/acid-block.git@459aff7b63db8f2c5decd1755706c1a64fb4ebb1#egg=acid-xblock
-e git+https://github.com/edx/edx-ora2.git@
879045df14a85a68b73bced1a6eff5d1b05d6387
#egg=edx-ora2
-e git+https://github.com/edx/edx-ora2.git@
release-2014-06-23T13.19
#egg=edx-ora2
-e git+https://github.com/edx/opaque-keys.git@5929789900b3d0a354ce7274bde74edfd0430f03#egg=opaque-keys
-e git+https://github.com/edx/ease.git@97de68448e5495385ba043d3091f570a699d5b5f#egg=ease
-e git+https://github.com/edx/i18n-tools.git@f5303e82dff368c7595884d9325aeea1d802da25#egg=i18n-tools
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment