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:
|
'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.