You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to approach the setup of a CDN worker based on packages/services/cdn-worker, but it seems that part of the logic is based on the key validation using https://key-cache.graphql-hive.com:
For self-hosted usage, I do believe that would be a good idea to move this hardcoded URL into a env itself. Maybe KV_STORAGE_BASE_URL or something like that.