config.json

544 B
31/07/2025 12:26
JSON
config.json
{
    "upload_max_file_size": 10485760,
    "upload_allowed_types": [
        "image\/jpeg",
        "image\/png",
        "image\/gif",
        "image\/bmp",
        "image\/tiff"
    ],
    "image_webp_quality": 80,
    "image_max_width": 1000,
    "image_max_height": 1000,
    "image_thumbnail_size": 300,
    "rss_title": "GCMS Gallery",
    "rss_description": "GCMS Gallery Feed Demo",
    "rss_max_items": 4,
    "rss_base_url": "http:\/\/localhost\/album",
    "storage_max_total_size": 1073741824,
    "storage_cleanup_enabled": true
}