Use env vars for GCS_BUCKET
This commit is contained in:
parent
ec71141ef1
commit
dc532cc4f8
2 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,7 @@ GCS
|
|||
1. Set the bucket in settings.py
|
||||
1. Store your Service Account JSON in a file
|
||||
1. Set GOOGLE_APPLICATION_CREDENTIALS to your account file
|
||||
1. Set GCS_BUCKET to your bucket name
|
||||
|
||||
SAML2
|
||||
~~~~~
|
||||
|
|
|
@ -329,6 +329,5 @@ SAML_CONFIG = {
|
|||
|
||||
DEFAULT_FILE_STORAGE = 'gapc_storage.storage.GoogleCloudStorage'
|
||||
GAPC_STORAGE = {
|
||||
'bucket': 'bucket',
|
||||
'num_retries': 2,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue