Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 14a7b80

Browse files
jimmyjaypcstryker
authored andcommitted
More refinement of opbeta and oppr configs
1 parent 7558864 commit 14a7b80

File tree

3 files changed

+38
-7
lines changed

3 files changed

+38
-7
lines changed

shared/codestream-configs/profiles/onprem-overlays.json

+28-2
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,38 @@
3131
"cloud": {
3232
"defaultEnv": {
3333
"_loadSecretsFile": "bitbucket/dev.cfg"
34+
},
35+
"opbeta": {
36+
"_loadSecretsFile": "bitbucket/opbeta.cfg"
37+
},
38+
"oppr": {
39+
"_loadSecretsFile": "bitbucket/oppr.cfg"
3440
}
3541
}
3642
},
3743
"devops": {
3844
"cloud": {
3945
"defaultEnv": {
4046
"_loadSecretsFile": "microsoft/devops-dev.cfg"
47+
},
48+
"opbeta": {
49+
"_loadSecretsFile": "microsoft/devops-opbeta.cfg"
50+
},
51+
"oppr": {
52+
"_loadSecretsFile": "microsoft/devops-oppr.cfg"
4153
}
4254
}
4355
},
4456
"github": {
4557
"cloud": {
4658
"defaultEnv": {
4759
"_loadSecretsFile": "github/dev.cfg"
60+
},
61+
"opbeta": {
62+
"_loadSecretsFile": "github/opbeta.cfg"
63+
},
64+
"oppr": {
65+
"_loadSecretsFile": "github/oppr.cfg"
4866
}
4967
}
5068
},
@@ -59,6 +77,12 @@
5977
"cloud": {
6078
"defaultEnv": {
6179
"_loadSecretsFile": "atlassian/dev.cfg"
80+
},
81+
"opbeta": {
82+
"_loadSecretsFile": "atlassian/opbeta.cfg"
83+
},
84+
"oppr": {
85+
"_loadSecretsFile": "atlassian/oppr.cfg"
6286
}
6387
}
6488
},
@@ -81,10 +105,12 @@
81105
"cloud": {
82106
"defaultEnv": {},
83107
"opbeta": {
84-
"_loadSecretsFile": "slack/opbeta-combined.cfg"
108+
"_loadSecretsFile": "slack/opbeta-combined.cfg",
109+
"interactiveComponentsEnabled": true
85110
},
86111
"oppr": {
87-
"_loadSecretsFile": "slack/oppr-combined.cfg"
112+
"_loadSecretsFile": "slack/oppr-combined.cfg",
113+
"interactiveComponentsEnabled": true
88114
}
89115
}
90116
},

shared/codestream-configs/profiles/supplemental/onprem-overlays.opbeta.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apiServer": {
3-
"authOrigin": "https://auth.codestream.us/no-auth",
4-
"callbackEnvironment": "opbeta",
3+
"callbackEnvironment": null,
4+
"confirmationNotRequired": false,
55
"phoneHomeUrl": "http://opbeta.codestream.us:12089",
66
"showConfig": true
77
},
@@ -10,6 +10,9 @@
1010
"showConfig": true
1111
}
1212
},
13+
"email": {
14+
"suppressEmails": false
15+
},
1316
"inboundEmailServer": {
1417
"showConfig": true
1518
},

shared/codestream-configs/profiles/supplemental/onprem-overlays.oppr.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"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,
65
"showConfig": true
76
},
87
"broadcastEngine": {
98
"codestreamBroadcaster": {
109
"showConfig": true
1110
}
1211
},
12+
"email": {
13+
"suppressEmails": false
14+
},
1315
"inboundEmailServer": {
1416
"showConfig": true
1517
},

0 commit comments

Comments
 (0)