Commit 37e4594a by zubair-arbi Committed by Max Rothman

update s3 configuration to use custom credentials s3 backends

parent de6c8ee3
......@@ -109,15 +109,12 @@ CREDENTIALS_USER_API_JWT_SECRET_KEY: 'lms-secret'
# Cache-Control: max-age-31536000
# Access-Control-Allow-Origin: 'PUT-YOUR-HOSTNAME-HERE'
#
# MEDIA_ROOT: '{{ CREDENTIALS_MEDIA_ROOT }}'
# MEDIA_URL: '{{ CREDENTIALS_MEDIA_URL }}'
# STATIC_ROOT: '{{ CREDENTIALS_STATIC_ROOT }}'
# STATIC_URL: '{{ CREDENTIALS_STATIC_URL }}'
# COMPRESS_ROOT: {{ CREDENTIALS_STATIC_ROOT }}
# COMPRESS_URL: '{{ CREDENTIALS_STATIC_URL }}'
# COMPRESS_URL: 'https://mybucket.s3.amazonaws.com/staticfiles/'
# STATIC_URL: 'https://mybucket.s3.amazonaws.com/staticfiles/'
# MEDIA_URL: 'https://mybucket.s3.amazonaws.com/media/'
# COMPRESS_STORAGE: 'credentials.apps.core.s3utils.StaticS3BotoStorage'
# STATICFILES_STORAGE: 'credentials.apps.core.s3utils.StaticS3BotoStorage'
# DEFAULT_FILE_STORAGE: 'credentials.apps.core.s3utils.MediaS3BotoStorage'
# DEFAULT_FILE_STORAGE: 'credentials.apps.core.s3utils.MediaRootS3BotoStorage'
CREDENTIALS_FILE_STORAGE_BACKEND:
MEDIA_ROOT: '{{ CREDENTIALS_MEDIA_ROOT }}'
......@@ -234,3 +231,9 @@ credentials_debian_pkgs:
- libpng12-dev
credentials_redhat_pkgs: []
"JWT_AUTH": {
"JWT_AUDIENCE": "lms-key",
"JWT_ISSUER": "https://certs.sandbox.edx.org/oauth2",
"JWT_SECRET_KEY": "lms-secret"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment