This repository was archived by the owner on Nov 15, 2024. It is now read-only.
File tree 3 files changed +38
-7
lines changed
shared/codestream-configs/profiles
3 files changed +38
-7
lines changed Original file line number Diff line number Diff line change 31
31
"cloud" : {
32
32
"defaultEnv" : {
33
33
"_loadSecretsFile" : " bitbucket/dev.cfg"
34
+ },
35
+ "opbeta" : {
36
+ "_loadSecretsFile" : " bitbucket/opbeta.cfg"
37
+ },
38
+ "oppr" : {
39
+ "_loadSecretsFile" : " bitbucket/oppr.cfg"
34
40
}
35
41
}
36
42
},
37
43
"devops" : {
38
44
"cloud" : {
39
45
"defaultEnv" : {
40
46
"_loadSecretsFile" : " microsoft/devops-dev.cfg"
47
+ },
48
+ "opbeta" : {
49
+ "_loadSecretsFile" : " microsoft/devops-opbeta.cfg"
50
+ },
51
+ "oppr" : {
52
+ "_loadSecretsFile" : " microsoft/devops-oppr.cfg"
41
53
}
42
54
}
43
55
},
44
56
"github" : {
45
57
"cloud" : {
46
58
"defaultEnv" : {
47
59
"_loadSecretsFile" : " github/dev.cfg"
60
+ },
61
+ "opbeta" : {
62
+ "_loadSecretsFile" : " github/opbeta.cfg"
63
+ },
64
+ "oppr" : {
65
+ "_loadSecretsFile" : " github/oppr.cfg"
48
66
}
49
67
}
50
68
},
59
77
"cloud" : {
60
78
"defaultEnv" : {
61
79
"_loadSecretsFile" : " atlassian/dev.cfg"
80
+ },
81
+ "opbeta" : {
82
+ "_loadSecretsFile" : " atlassian/opbeta.cfg"
83
+ },
84
+ "oppr" : {
85
+ "_loadSecretsFile" : " atlassian/oppr.cfg"
62
86
}
63
87
}
64
88
},
81
105
"cloud" : {
82
106
"defaultEnv" : {},
83
107
"opbeta" : {
84
- "_loadSecretsFile" : " slack/opbeta-combined.cfg"
108
+ "_loadSecretsFile" : " slack/opbeta-combined.cfg" ,
109
+ "interactiveComponentsEnabled" : true
85
110
},
86
111
"oppr" : {
87
- "_loadSecretsFile" : " slack/oppr-combined.cfg"
112
+ "_loadSecretsFile" : " slack/oppr-combined.cfg" ,
113
+ "interactiveComponentsEnabled" : true
88
114
}
89
115
}
90
116
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"apiServer" : {
3
- "authOrigin " : " https://auth.codestream.us/no-auth " ,
4
- "callbackEnvironment " : " opbeta " ,
3
+ "callbackEnvironment " : null ,
4
+ "confirmationNotRequired " : false ,
5
5
"phoneHomeUrl" : " http://opbeta.codestream.us:12089" ,
6
6
"showConfig" : true
7
7
},
10
10
"showConfig" : true
11
11
}
12
12
},
13
+ "email" : {
14
+ "suppressEmails" : false
15
+ },
13
16
"inboundEmailServer" : {
14
17
"showConfig" : true
15
18
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"apiServer" : {
3
- "authOrigin" : " https://auth.codestream.us/no-auth" ,
4
- "callbackEnvironment" : " oppr" ,
5
- "phoneHomeUrl" : " http://opbeta.codestream.us:12089" ,
3
+ "callbackEnvironment" : null ,
4
+ "confirmationNotRequired" : false ,
6
5
"showConfig" : true
7
6
},
8
7
"broadcastEngine" : {
9
8
"codestreamBroadcaster" : {
10
9
"showConfig" : true
11
10
}
12
11
},
12
+ "email" : {
13
+ "suppressEmails" : false
14
+ },
13
15
"inboundEmailServer" : {
14
16
"showConfig" : true
15
17
},
You can’t perform that action at this time.
0 commit comments