Skip to content

Commit c22506b

Browse files
authored
Update settings.js
add cf configuration.
1 parent 2683a16 commit c22506b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

settings.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ window.spinnakerSettings = {
2828
defaultCategory: 'serverGroup',
2929
defaultInstancePort: 80,
3030
providers: {
31+
cf: {
32+
defaults: {
33+
account: 'Sanbox',
34+
region: 'WY20',
35+
zone: 'Sandbox'
36+
},
37+
primaryAccounts: ['Sandbox','Dev']
38+
},
3139
azure: {
3240
defaults: {
3341
account: 'azure-test',

0 commit comments

Comments
 (0)