chore(acc): set default env values
This commit is contained in:
@@ -19,7 +19,6 @@ import {
|
||||
import { AuthCodePayloadAction } from '@/modules/automate/services/authCode'
|
||||
import type {
|
||||
ProjectAutomationCreateInput,
|
||||
ProjectAutomationRevisionCreateInput,
|
||||
ProjectAutomationUpdateInput
|
||||
} from '@/modules/core/graph/generated/graphql'
|
||||
import type { ContextResourceAccessRules } from '@/modules/core/helpers/token'
|
||||
|
||||
@@ -129,6 +129,11 @@
|
||||
"type": "boolean",
|
||||
"description": "Enables the ability to run background jobs (such as the IFC importer) in Speckle",
|
||||
"default": false
|
||||
},
|
||||
"accIntegrationEnabled": {
|
||||
"type": "boolean",
|
||||
"description": "Enables the ability to import data from ACC",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -73,6 +73,8 @@ featureFlags:
|
||||
legacyIfcImporterEnabled: false
|
||||
## @param featureFlags.backgroundJobsEnabled Enables the ability to run background jobs (such as the IFC importer) in Speckle
|
||||
backgroundJobsEnabled: false
|
||||
## @param Enables the ability to import data from ACC
|
||||
accIntegrationEnabled: false
|
||||
|
||||
analytics:
|
||||
## @param analytics.enabled Enable or disable analytics
|
||||
|
||||
Reference in New Issue
Block a user