Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi1992002 authored Dec 23, 2024
1 parent bb251ae commit 50b713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/backend/backend/util/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class Config(UpdateTrackingModel["Config"], BaseSettings):
)

media_gcs_bucket_name: str = Field(
default="autogpt_bucket",
default="",
description="The name of the Google Cloud Storage bucket for media files",
)

Expand Down

0 comments on commit 50b713b

Please sign in to comment.