refactor: unify storage config keys and refresh local dev setup

This commit is contained in:
qzl
2026-03-26 13:25:25 +08:00
parent b765b9e3e1
commit 5900993ee7
61 changed files with 1164 additions and 129 deletions
+4 -2
View File
@@ -67,9 +67,11 @@ SOCIAL_DATABASE__PASSWORD=change-me-strong-password
# Agent Chat 附件存储配置(仅基础设施变量)
############
SOCIAL_STORAGE__PROVIDER=supabase
SOCIAL_STORAGE__BUCKET=agent-chat-attachments
SOCIAL_STORAGE__ATTACHMENT__BUCKET=agent-chat-attachments
SOCIAL_STORAGE__AVATAR__BUCKET=avatars
SOCIAL_STORAGE__SIGNED_URL_TTL_SECONDS=600
SOCIAL_STORAGE__MAX_FILE_SIZE_MB=20
SOCIAL_STORAGE__ATTACHMENT__MAX_SIZE_MB=20
SOCIAL_STORAGE__AVATAR__MAX_SIZE_MB=2
SOCIAL_STORAGE__RETENTION_DAYS=30
######