{
  "service": {
    "name": "Silverleaf Photos",
    "version": "2.14.3",
    "environment": "production",
    "baseUrl": "https://photos.example.net",
    "timezone": "America/Toronto"
  },
  "storage": {
    "libraryPath": "/srv/photos/library",
    "uploadPath": "/srv/photos/uploads",
    "thumbnailPath": "/srv/photos/cache/thumbnails",
    "allowedExtensions": [
      "jpg",
      "jpeg",
      "png",
      "webp",
      "heic",
      "tiff",
      "dng"
    ],
    "maxUploadSizeBytes": 10737418240,
    "usage": {
      "capacityBytes": 12000000000000,
      "usedBytes": 4873451298331,
      "availableBytes": 7126548701669
    }
  },
  "database": {
    "engine": "postgresql",
    "host": "photo-db",
    "port": 5432,
    "database": "photo_library",
    "ssl": false,
    "pool": {
      "minimumConnections": 2,
      "maximumConnections": 20,
      "idleTimeoutSeconds": 30
    }
  },
  "features": {
    "automaticBackup": true,
    "facialRecognition": true,
    "objectDetection": true,
    "reverseGeocoding": true,
    "rawImageSupport": true,
    "publicSharing": true,
    "registrationEnabled": false
  },
  "machineLearning": {
    "enabled": true,
    "endpoint": "http://photo-ml:3003",
    "models": {
      "faceDetection": "buffalo_l",
      "imageClassification": "ViT-B-32__openai",
      "ocr": "tesseract-5"
    },
    "processing": {
      "concurrency": 4,
      "batchSize": 32,
      "hardwareAcceleration": "cuda"
    }
  },
  "users": [
    {
      "id": "usr_01J2AM9D6XH9GKJX15RK0KMTAG",
      "displayName": "Alex Morgan",
      "email": "alex@example.net",
      "role": "admin",
      "quotaBytes": null,
      "preferences": {
        "theme": "system",
        "defaultSort": "takenAtDescending",
        "showMetadata": true,
        "notifications": {
          "newSharedAlbum": true,
          "backupFailure": true,
          "weeklySummary": false
        }
      }
    },
    {
      "id": "usr_01J2AN3TMSZGWX82M9QRQCQH5G",
      "displayName": "Jamie Chen",
      "email": "jamie@example.net",
      "role": "member",
      "quotaBytes": 500000000000,
      "preferences": {
        "theme": "dark",
        "defaultSort": "addedAtDescending",
        "showMetadata": false,
        "notifications": {
          "newSharedAlbum": true,
          "backupFailure": false,
          "weeklySummary": true
        }
      }
    }
  ],
  "library": {
    "statistics": {
      "assets": 48327,
      "photos": 45104,
      "videos": 3223,
      "albums": 186,
      "people": 94,
      "favorites": 1287,
      "archived": 412
    },
    "recentAssets": [
      {
        "id": "ast_01J4C8D9P2E6KQ5R7M1N3V0WXY",
        "type": "image",
        "originalFilename": "DSC_8421.NEF",
        "mimeType": "image/x-nikon-nef",
        "takenAt": "2026-07-26T19:42:18-04:00",
        "uploadedAt": "2026-07-26T23:51:07Z",
        "dimensions": {
          "width": 8256,
          "height": 5504
        },
        "location": {
          "latitude": 43.642566,
          "longitude": -79.387057,
          "city": "Toronto",
          "country": "Canada"
        },
        "tags": [
          "waterfront",
          "sunset",
          "skyline"
        ],
        "favorite": true
      },
      {
        "id": "ast_01J4C8F1AB7TQ4Y6H2M9KS3NPD",
        "type": "video",
        "originalFilename": "VID_20260727_091233.mp4",
        "mimeType": "video/mp4",
        "takenAt": "2026-07-27T09:12:33-04:00",
        "uploadedAt": "2026-07-27T13:18:42Z",
        "dimensions": {
          "width": 3840,
          "height": 2160
        },
        "durationSeconds": 42.8,
        "location": null,
        "tags": [
          "garden",
          "birds"
        ],
        "favorite": false
      }
    ]
  },
  "albums": [
    {
      "id": "alb_01J39QE8S4K2YF6N7H0D5M1BVC",
      "name": "Summer 2026",
      "description": "Weekend trips, garden projects, and family gatherings.",
      "ownerId": "usr_01J2AM9D6XH9GKJX15RK0KMTAG",
      "assetCount": 842,
      "shared": true,
      "permissions": {
        "linkAccess": "view",
        "allowDownloads": true,
        "expiresAt": null
      },
      "collaborators": [
        {
          "userId": "usr_01J2AN3TMSZGWX82M9QRQCQH5G",
          "access": "contribute"
        }
      ]
    }
  ],
  "jobs": {
    "queues": [
      {
        "name": "thumbnail-generation",
        "status": "running",
        "pending": 18,
        "active": 4,
        "failed": 2
      },
      {
        "name": "metadata-extraction",
        "status": "running",
        "pending": 7,
        "active": 2,
        "failed": 0
      },
      {
        "name": "machine-learning",
        "status": "paused",
        "pending": 391,
        "active": 0,
        "failed": 5
      }
    ],
    "lastCompletedScan": "2026-07-28T03:15:44Z"
  },
  "backup": {
    "enabled": true,
    "schedule": "0 3 * * *",
    "retentionDays": 30,
    "targets": [
      {
        "type": "s3",
        "bucket": "silverleaf-photo-backups",
        "region": "ca-central-1",
        "prefix": "production/library",
        "encryption": "AES256"
      },
      {
        "type": "filesystem",
        "path": "/mnt/offsite/photo-backups",
        "readOnlyAfterWrite": true
      }
    ],
    "lastRun": {
      "startedAt": "2026-07-28T03:00:02Z",
      "completedAt": "2026-07-28T03:14:39Z",
      "status": "success",
      "filesCopied": 126,
      "bytesCopied": 18372849122
    }
  },
  "security": {
    "authentication": {
      "localPasswordEnabled": true,
      "oidcEnabled": true,
      "twoFactorRequiredForAdmins": true,
      "sessionLifetimeSeconds": 86400
    },
    "rateLimits": {
      "apiRequestsPerMinute": 600,
      "loginAttemptsPerHour": 10
    },
    "trustedProxies": [
      "172.20.0.0/16",
      "10.0.10.12"
    ]
  }
}