Skip to content

Commit

Permalink
fix(deployment): temporarily remove elevation bucket field; remove br…
Browse files Browse the repository at this point in the history
…anding url
  • Loading branch information
landonreed committed May 10, 2018
1 parent ef7598f commit 42c4cdd
Showing 1 changed file with 33 additions and 32 deletions.
65 changes: 33 additions & 32 deletions lib/manager/util/deployment.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,34 @@ export const FIELDS = [
componentClass: 'select',
type: 'select-bool',
children: options
}, {
name: 'buildConfig.elevationBucket.bucketName',
type: 'text',
placeholder: 'bucketName',
width: 4,
condition: {
key: 'buildConfig.fetchElevationUS',
value: true
}
}, {
name: 'buildConfig.elevationBucket.accessKey',
type: 'text',
placeholder: 'AKIAIOSFODNN7EXAMPLE',
width: 4,
condition: {
key: 'buildConfig.fetchElevationUS',
value: true
}
}, {
name: 'buildConfig.elevationBucket.secretKey',
type: 'text',
placeholder: 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY',
width: 4,
condition: {
key: 'buildConfig.fetchElevationUS',
value: true
}
// FIXME: Add elevation bucket.
// }, {
// name: 'buildConfig.elevationBucket.bucketName',
// type: 'text',
// placeholder: 'bucketName',
// width: 4,
// condition: {
// key: 'buildConfig.fetchElevationUS',
// value: true
// }
// }, {
// name: 'buildConfig.elevationBucket.accessKey',
// type: 'text',
// placeholder: 'AKIAIOSFODNN7EXAMPLE',
// width: 4,
// condition: {
// key: 'buildConfig.fetchElevationUS',
// value: true
// }
// }, {
// name: 'buildConfig.elevationBucket.secretKey',
// type: 'text',
// placeholder: 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY',
// width: 4,
// condition: {
// key: 'buildConfig.fetchElevationUS',
// value: true
// }
}, {
name: 'buildConfig.subwayAccessTime',
type: 'number',
Expand Down Expand Up @@ -76,11 +77,11 @@ export const FIELDS = [
type: 'number',
placeholder: '240 (sec)'
}, {
name: 'routerConfig.brandingUrlRoot',
type: 'text',
placeholder: 'http://gtfs.example.com/branding',
width: 12
}, {
// name: 'routerConfig.brandingUrlRoot',
// type: 'text',
// placeholder: 'http://gtfs.example.com/branding',
// width: 12
// }, {
name: 'routerConfig.requestLogFile',
type: 'text',
placeholder: '/var/otp/request.log',
Expand Down

0 comments on commit 42c4cdd

Please sign in to comment.