Skip to content

Commit 90e5151

Browse files
author
James Cori
committed
Figured out the ID issue
1 parent cf15bbd commit 90e5151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ module.exports = {
5858
? process.env.COPILOT_RESOURCE_ROLE_IDS.split(',') : ['10ba038e-48da-487b-96e8-8d3b99b6d18b'],
5959
SUBMITTER_ROLE_ID: process.env.SUBMITTER_ROLE_ID || '732339e7-8e30-49d7-9198-cccf9451e221',
6060

61-
MANAGER_ROLE_ID: process.env.MANAGER_ROLE_ID || 'c4bad412-ff14-4c5c-a8ac-15bf40d60b95',
62-
OBSERVER_ROLE_ID: process.env.OBSERVER_ROLE_ID || '3edf4396-79aa-40d2-a877-539c1fdeb7ba',
61+
MANAGER_ROLE_ID: process.env.MANAGER_ROLE_ID || '0e9c6879-39e4-4eb6-b8df-92407890faf1',
62+
OBSERVER_ROLE_ID: process.env.OBSERVER_ROLE_ID || '2a4dc376-a31c-4d00-b173-13934d89e286',
6363

6464
// health check timeout in milliseconds
6565
HEALTH_CHECK_TIMEOUT: process.env.HEALTH_CHECK_TIMEOUT || 3000,

0 commit comments

Comments
 (0)