Skip to content

Commit

Permalink
AAE-15874 enable local development option for simpleapp
Browse files Browse the repository at this point in the history
  • Loading branch information
jesty authored Oct 26, 2023
1 parent abf369b commit c6d4f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cli/scripts/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c6d4f42

Please sign in to comment.