crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

wrangler.push.toml (485B)


      1 name = "crossmate-push"
      2 main = "push-worker.js"
      3 compatibility_date = "2026-05-25"
      4 workers_dev = true
      5 preview_urls = false
      6 
      7 [vars]
      8 APNS_TOPIC = "net.inqk.crossmate"
      9 APP_TEAM_ID = "7TD7PZBNXP"
     10 APP_BUNDLE_ID = "net.inqk.crossmate"
     11 APP_ATTEST_ENVIRONMENT = "production"
     12 # Set APP_ATTEST_ROOT_CERT_PEM as a Worker secret or dashboard variable.
     13 
     14 [[durable_objects.bindings]]
     15 name = "PUSH_REGISTRY"
     16 class_name = "PushRegistry"
     17 
     18 [[migrations]]
     19 tag = "v1"
     20 new_sqlite_classes = ["PushRegistry"]