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
Copy file name to clipboardExpand all lines: packages/services/server/README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ The GraphQL API for GraphQL Hive.
45
45
|`S3_MIRROR_PUBLIC_URL`| No | The public URL of the S3, in case it differs from the `S3_ENDPOINT`. |`http://localhost:8083`|
46
46
|`CDN_API`| No | Whether the CDN exposed via API is enabled. |`1` (enabled) or `0` (disabled) |
47
47
|`CDN_API_BASE_URL`| No (Yes if `CDN_API` is set to `1`) | The public base url of the API service. |`http://localhost:8082`|
48
+
|`CDN_API_KV_BASE_URL`| No (**Optional** if `CDN_API` is set to `1`) | The base URL for the KV for API Provider. Used for scenarios where we cache CDN access. |`https://key-cache.graphql-hive.com`|
48
49
|`SUPERTOKENS_CONNECTION_URI`|**Yes**| The URI of the SuperTokens instance. |`http://127.0.0.1:3567`|
49
50
|`SUPERTOKENS_API_KEY`|**Yes**| The API KEY of the SuperTokens instance. |`iliketurtlesandicannotlie`|
50
51
|`AUTH_GITHUB`| No | Whether login via GitHub should be allowed |`1` (enabled) or `0` (disabled) |
@@ -89,12 +90,13 @@ The GraphQL API for GraphQL Hive.
89
90
If you are self-hosting GraphQL Hive, you can ignore this section. It is only required for the Cloud
|`COMMERCE_ENDPOINT`|**Yes**| The endpoint of the commerce service. |`http://127.0.0.1:4012`|
95
-
|`CDN_CF`| No | Whether the CDN is enabled. |`1` (enabled) or `0` (disabled) |
96
-
|`CDN_CF_BASE_URL`| No (**Yes** if `CDN` is `1`) | The base URL of the cdn. |`https://cdn.graphql-hive.com`|
97
-
|`HIVE_USAGE`| No | Whether usage reporting for the GraphQL API to Hive is enabled |`1` (enabled) or `0` (disabled) |
98
-
|`HIVE_USAGE_TARGET`| No (**Yes** if `HIVE` is set to `1`) | The target to which the usage data should be reported |`the-guild/graphql-hive/development`|
99
-
|`HIVE_USAGE_ACCESS_TOKEN`| No (**Yes** if `HIVE` is set to `1`) | The internal endpoint key. |`iliketurtles`|
100
-
|`HIVE_USAGE_ENDPOINT`| No | The endpoint used for usage reporting. |`http://app.graphql-hive.com/usage` (default value) |
|`COMMERCE_ENDPOINT`|**Yes**| The endpoint of the commerce service. |`http://127.0.0.1:4012`|
96
+
|`CDN_CF`| No | Whether the CDN is enabled. |`1` (enabled) or `0` (disabled) |
97
+
|`CDN_CF_BASE_URL`| No (**Yes** if `CDN` is `1`) | The base URL of the cdn. |`https://cdn.graphql-hive.com`|
98
+
|`CDN_CF_KV_BASE_URL`| No (**Optional** if `CDN` is `1`) | The base URL for the key-value store used for CDN access key validation caching when using the Cloudflare provider. |`https://key-cache.graphql-hive.com`|
99
+
|`HIVE_USAGE`| No | Whether usage reporting for the GraphQL API to Hive is enabled |`1` (enabled) or `0` (disabled) |
100
+
|`HIVE_USAGE_TARGET`| No (**Yes** if `HIVE` is set to `1`) | The target to which the usage data should be reported |`the-guild/graphql-hive/development`|
101
+
|`HIVE_USAGE_ACCESS_TOKEN`| No (**Yes** if `HIVE` is set to `1`) | The internal endpoint key. |`iliketurtles`|
102
+
|`HIVE_USAGE_ENDPOINT`| No | The endpoint used for usage reporting. |`http://app.graphql-hive.com/usage` (default value) |
0 commit comments