Remove three old env variables (#2297)

* remove three old env variables IS_DATA_MODEL_SETTINGS_ENABLED IS_DEVELOPERS_SETTINGS_ENABLED FLEXIBLE_BACKEND_ENABLED

* Fix database:reset script

* Removing unused variable

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
bosiraphael
2023-10-31 13:15:24 +01:00
committed by GitHub
parent 71dd6eb0a8
commit dda911fea7
17 changed files with 32 additions and 148 deletions

View File

@ -212,7 +212,6 @@ export const graphqlMocks = [
return res(
ctx.data({
clientConfig: {
flexibleBackendEnabled: true,
signInPrefilled: true,
dataModelSettingsEnabled: true,
developersSettingsEnabled: true,