We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c646c commit d53bffeCopy full SHA for d53bffe
1 file changed
dertown/settings/production.py
@@ -37,7 +37,7 @@
37
DEFAULT_FILE_STORAGE = "storages.backends.gcloud.GoogleCloudStorage"
38
GS_BUCKET_NAME = os.environ["GS_BUCKET_NAME"]
39
40
-GOOGLE_APPLICATION_CREDENTIALS = service_account.Credentials.from_service_account_file(
+GOOGLE_APPLICATION_CREDENTIALS_JSON = service_account.Credentials.from_service_account_file(
41
os.environ["GS_CREDENTIALS_FILE"]
42
)
43
MEDIA_URL = f"https://storage.googleapis.com/{GS_BUCKET_NAME}/"
0 commit comments