chore(acc): set default env values

This commit is contained in:
Chuck Driesler
2025-07-30 10:43:49 +02:00
parent 1679ac4ec1
commit b7e43f70ca
3 changed files with 7 additions and 1 deletions
@@ -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
}
}
},
+2
View File
@@ -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