@@ -37,13 +37,13 @@ const genericConfig: GenericConfigType = {
37
37
const environmentConfig : EnvironmentConfigType = {
38
38
dev : {
39
39
GroupRoleMapping : {
40
- "48591dbc-cdcb-4544-9f63-e6b92b067e33" : [ AppRoles . MANAGER ] , // Infra Chairs
41
- "940e4f9e-6891-4e28-9e29-148798495cdb" : [ AppRoles . MANAGER ] , // ACM Infra Team
42
- "f8dfc4cf-456b-4da3-9053-f7fdeda5d5d6" : [ AppRoles . MANAGER ] , // Infra Leads
43
- "0" : [ AppRoles . MANAGER ] , // Dummy Group for development only
40
+ "48591dbc-cdcb-4544-9f63-e6b92b067e33" : [ AppRoles . EVENTS_MANAGER ] , // Infra Chairs
41
+ "940e4f9e-6891-4e28-9e29-148798495cdb" : [ AppRoles . EVENTS_MANAGER ] , // ACM Infra Team
42
+ "f8dfc4cf-456b-4da3-9053-f7fdeda5d5d6" : [ AppRoles . EVENTS_MANAGER ] , // Infra Leads
43
+ "0" : [ AppRoles . EVENTS_MANAGER ] , // Dummy Group for development only
44
44
"1" : [ AppRoles . PUBLIC ] , // Dummy Group for development only
45
45
} ,
46
- AzureRoleMapping : { AutonomousWriters : [ AppRoles . MANAGER ] } ,
46
+ AzureRoleMapping : { AutonomousWriters : [ AppRoles . EVENTS_MANAGER ] } ,
47
47
ValidCorsOrigins : [
48
48
"http://localhost:3000" ,
49
49
"http://localhost:5173" ,
@@ -53,11 +53,11 @@ const environmentConfig: EnvironmentConfigType = {
53
53
} ,
54
54
prod : {
55
55
GroupRoleMapping : {
56
- "48591dbc-cdcb-4544-9f63-e6b92b067e33" : [ AppRoles . MANAGER ] , // Infra Chairs
57
- "ff49e948-4587-416b-8224-65147540d5fc" : [ AppRoles . MANAGER ] , // Officers
58
- "ad81254b-4eeb-4c96-8191-3acdce9194b1" : [ AppRoles . MANAGER ] , // Exec
56
+ "48591dbc-cdcb-4544-9f63-e6b92b067e33" : [ AppRoles . EVENTS_MANAGER ] , // Infra Chairs
57
+ "ff49e948-4587-416b-8224-65147540d5fc" : [ AppRoles . EVENTS_MANAGER ] , // Officers
58
+ "ad81254b-4eeb-4c96-8191-3acdce9194b1" : [ AppRoles . EVENTS_MANAGER ] , // Exec
59
59
} ,
60
- AzureRoleMapping : { AutonomousWriters : [ AppRoles . MANAGER ] } ,
60
+ AzureRoleMapping : { AutonomousWriters : [ AppRoles . EVENTS_MANAGER ] } ,
61
61
ValidCorsOrigins : [
62
62
"https://acm.illinois.edu" ,
63
63
"https://www.acm.illinois.edu" ,
0 commit comments