AAE-15874 enable local development option for simpleapp (#9031)

This commit is contained in:
Davide Cerbo 2023-10-27 10:53:54 +02:00 committed by GitHub
parent ba96ed14b2
commit 53ad9f729b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,8 @@ export const ACTIVITI_CLOUD_APPS: any = {
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['superadminuser', 'processadminuser'] },
{ role: 'ACTIVITI_USER', groups: ['hr', 'sales', 'testgroup'], users: ['hruser'] }
],
infrastructure: { connectors: { restconnector: {} }, bridges: {} }
infrastructure: { connectors: { restconnector: {} }, bridges: {} },
enableLocalDevelopment: true
},
UAT_BE_DEFAULT_APP: {
name: 'uat-be-default-app',