diff --git a/.env.example b/.env.example index e5c33532..ce1c9a05 100644 --- a/.env.example +++ b/.env.example @@ -94,10 +94,11 @@ DATABASE_URL=postgres://tx:change-me-postgres@db:5432/tx_os # ----------------------------------------------------------------------------- # Object storage # ----------------------------------------------------------------------------- -# Driver selection. Set to "s3" for production (MinIO/S3); "local" persists -# uploads on the API container's filesystem (single-host, dev-only). +# Driver selection. "local" persists uploads on the API container's +# filesystem (works out-of-the-box for a single-host deployment like the +# Mac mini); "s3" routes uploads to MinIO/S3 (requires the keys below). # If unset, the driver auto-detects: "s3" when S3_ENDPOINT is set, else "local". -STORAGE_DRIVER=s3 +STORAGE_DRIVER=local # Bucket-level paths used by the API. Format: // PRIVATE_OBJECT_DIR=/tx-private/private diff --git a/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx b/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx index b70850a4..c60a6145 100644 --- a/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx +++ b/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx @@ -1794,7 +1794,7 @@ function PostponeDialog({ control. Larger gap + explicit white background + thicker border + min-h gives each iOS pill its own clearly-bounded box so the two never collide. */} -
+