zhizhi/backend/memory/config.json

7 lines
149 B
JSON

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