update the resources file to have the connectors (#5307)

This commit is contained in:
Geeta Mandakini Ayyalasomayajula 2019-12-03 12:18:50 +00:00 committed by Maurizio Vitale
parent ca36618464
commit f2cbd0cd9a

View File

@ -125,7 +125,8 @@ export const ACTIVITI_CLOUD_APPS: any = {
{ 'role': 'ACTIVITI_USER', 'groups': ['hr', 'testgroup'], 'users': ['hruser'] },
{ 'role': 'APS_ADMIN', 'groups': [], 'users': ['superadminuser'] },
{ 'role': 'APS_USER', 'groups': ['hr', 'testgroup'], 'users': ['hruser'] }
]
],
infrastructure: {connectors: {restconnector: {}}, bridges: {}}
},
SUB_PROCESS_APP: {
name: 'subprocessapp',