{
  "configPath": "/home/user/builds/platform-5abf5bf5c12f/apps/mod-cms/wrangler.toml",
  "userConfigPath": "/home/user/builds/platform-5abf5bf5c12f/apps/mod-cms/wrangler.toml",
  "topLevelName": "mod-cms-d1",
  "definedEnvironments": [],
  "legacy_env": true,
  "compatibility_date": "2024-09-23",
  "compatibility_flags": [
    "nodejs_compat"
  ],
  "jsx_factory": "React.createElement",
  "jsx_fragment": "React.Fragment",
  "rules": [
    {
      "type": "ESModule",
      "globs": [
        "**/*.js",
        "**/*.mjs"
      ]
    }
  ],
  "name": "mod-cms-d1",
  "main": "entry-with-do.mjs",
  "triggers": {},
  "assets": {
    "directory": "../client",
    "binding": "ASSETS"
  },
  "vars": {
    "MEDIA_PUBLIC_BASE_URL": "https://media.mod-cms.example",
    "MEDIA_MAX_BYTES": "10485760",
    "MEDIA_QUOTA_BYTES": "1073741824"
  },
  "durable_objects": {
    "bindings": [
      {
        "name": "SCHEDULED_PUBLISH_DO",
        "class_name": "ScheduledPublishDO"
      }
    ]
  },
  "workflows": [],
  "migrations": [
    {
      "tag": "v1",
      "new_sqlite_classes": [
        "ScheduledPublishDO"
      ]
    }
  ],
  "kv_namespaces": [
    {
      "binding": "SESSION"
    }
  ],
  "cloudchamber": {},
  "send_email": [],
  "queues": {
    "producers": [],
    "consumers": []
  },
  "r2_buckets": [
    {
      "binding": "MEDIA_BUCKET",
      "bucket_name": "mod-cms-media"
    }
  ],
  "d1_databases": [
    {
      "binding": "DB",
      "database_name": "mod-cms-d1",
      "database_id": "785da27a-7fe2-4685-bd21-38ea1546eaa9"
    }
  ],
  "vectorize": [],
  "ai_search_namespaces": [],
  "ai_search": [],
  "agent_memory": [],
  "hyperdrive": [],
  "services": [],
  "analytics_engine_datasets": [],
  "dispatch_namespaces": [],
  "mtls_certificates": [],
  "images": {
    "binding": "IMAGES"
  },
  "pipelines": [],
  "secrets_store_secrets": [],
  "artifacts": [],
  "unsafe_hello_world": [],
  "flagship": [],
  "worker_loaders": [],
  "ratelimits": [
    {
      "name": "ADMIN_LOGIN_LIMITER",
      "namespace_id": "1001",
      "simple": {
        "limit": 10,
        "period": 60
      }
    },
    {
      "name": "ADMIN_API_LIMITER",
      "namespace_id": "1002",
      "simple": {
        "limit": 120,
        "period": 60
      }
    },
    {
      "name": "COMMENTS_LIMITER",
      "namespace_id": "1003",
      "simple": {
        "limit": 5,
        "period": 60
      }
    },
    {
      "name": "FORMS_LIMITER",
      "namespace_id": "1004",
      "simple": {
        "limit": 5,
        "period": 60
      }
    }
  ],
  "vpc_services": [],
  "vpc_networks": [],
  "logfwdr": {
    "bindings": []
  },
  "python_modules": {
    "exclude": [
      "**/*.pyc"
    ]
  },
  "previews": {
    "kv_namespaces": [
      {
        "binding": "SESSION"
      }
    ],
    "images": {
      "binding": "IMAGES"
    }
  },
  "dev": {
    "ip": "localhost",
    "local_protocol": "http",
    "upstream_protocol": "http",
    "enable_containers": true,
    "generate_types": false
  },
  "no_bundle": true
}