From dc532cc4f814fc00d12fe6e7fd029be8bcad9788 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Fri, 31 Mar 2017 12:09:41 +1100 Subject: [PATCH] Use env vars for GCS_BUCKET --- README.rst | 1 + pinaxcon/settings.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b7ed49b1..ac32f5b5 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~ diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 5e2eb344..4cfd5266 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -329,6 +329,5 @@ SAML_CONFIG = { DEFAULT_FILE_STORAGE = 'gapc_storage.storage.GoogleCloudStorage' GAPC_STORAGE = { - 'bucket': 'bucket', 'num_retries': 2, }