Created two new env variables (#2120)
* created the two env variables * modify according to comments
This commit is contained in:
@ -217,6 +217,8 @@ export const graphqlMocks = [
|
||||
ctx.data({
|
||||
clientConfig: {
|
||||
signInPrefilled: true,
|
||||
dataModelSettingsEnabled: true,
|
||||
developersSettingsEnabled: true,
|
||||
debugMode: false,
|
||||
authProviders: { google: true, password: true, magicLink: false },
|
||||
telemetry: { enabled: false, anonymizationEnabled: true },
|
||||
|
||||
Reference in New Issue
Block a user