guanghulab/backend/memory/config.json
2026-05-10 13:12:44 +08:00

8 lines
176 B
JSON

{
"port": 3020,
"maxFileSizeMB": 50,
"allowedTypes": ["json", "txt", "md", "csv", "log", "png", "jpg"],
"quotaGB": 1,
"autoCleanDays": 30,
"checkIntervalHours": 1
}