Changeset - dc532cc4f814
[Not reviewed]
0 2 0
Sachi King - 7 years ago 2017-03-31 01:09:41
nakato@nakato.io
Use env vars for GCS_BUCKET
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
...
 
@@ -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
 
~~~~~
pinaxcon/settings.py
Show inline comments
...
 
@@ -329,6 +329,5 @@ SAML_CONFIG = {
 

	
 
DEFAULT_FILE_STORAGE = 'gapc_storage.storage.GoogleCloudStorage'
 
GAPC_STORAGE = {
 
    'bucket': 'bucket',
 
    'num_retries': 2,
 
}
0 comments (0 inline, 0 general)