Skip to content

Commit

Permalink
[fix] useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hastakecorp committed Nov 19, 2021
1 parent d0bcb37 commit 3553044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@
# user generated content
DEFAULT_FILE_STORAGE = "storages.backends.gcloud.GoogleCloudStorage"
GS_BUCKET_NAME = os.environ.get("STORAGE_BUCKET")
GS_CREDENTIALS = "/secrets/gcp/credentials.json"
GS_FILE_OVERWRITE = False
else:
MEDIA_ROOT = BASE_DIR / "static" / "uploads"
Expand Down

0 comments on commit 3553044

Please sign in to comment.