File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,23 @@ class Settings(BaseSettings):
51
51
"""If true, use the fake GCS server for local development."""
52
52
53
53
gcs_fake_api_endpoint : str = "http://storage:4443"
54
- """The fake GCS server API endpoint.
55
-
54
+ """The fake GCS server API endpoint.
55
+
56
56
This is only used if gcs_use_fake is True. This is used by the backend to communicate with the
57
57
fake GCS server, so it should typically refer to the docker compose service name."""
58
58
59
59
gcs_fake_access_endpoint : str = "http://localhost:4443"
60
- """The fake GCS server access endpoint.
61
-
60
+ """The fake GCS server access endpoint.
61
+
62
62
This is only used if gcs_use_fake is True. This is used when producing signed URLs that the
63
63
frontend will use, so it should typically refer to the localhost address."""
64
64
65
65
gcs_project_id : str | None = None
66
66
"""The GCS project ID. This is only required if gcs_use_fake is False."""
67
67
68
68
gcs_object_name_prefix : str
69
- """Prefix for GCS object names.
70
-
69
+ """Prefix for GCS object names.
70
+
71
71
This is used to organize objects in the bucket. This must be set in the .env file or as an
72
72
environment variable."""
73
73
You can’t perform that action at this time.
0 commit comments