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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ The GraphQL API for GraphQL Hive.
48
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`|
49
49
|`SUPERTOKENS_CONNECTION_URI`|**Yes**| The URI of the SuperTokens instance. |`http://127.0.0.1:3567`|
50
50
|`SUPERTOKENS_API_KEY`|**Yes**| The API KEY of the SuperTokens instance. |`iliketurtlesandicannotlie`|
51
+
|`SUPERTOKENS_RATE_LIMIT_IP_HEADER_NAME`| No (Default value: `CF-Connecting-IP`) | Name of the header to be used for rate limiting. |`CF-Connecting-IP`|
51
52
|`AUTH_GITHUB`| No | Whether login via GitHub should be allowed |`1` (enabled) or `0` (disabled) |
52
53
|`AUTH_GITHUB_CLIENT_ID`| No (**Yes** if `AUTH_GITHUB` is set) | The GitHub client ID. |`g6aff8102efda5e1d12e`|
53
54
|`AUTH_GITHUB_CLIENT_SECRET`| No (**Yes** if `AUTH_GITHUB` is set) | The GitHub client secret. |`g12e552xx54xx2b127821dc4abc4491dxxxa6b187`|
0 commit comments