Skip to content

Commit

Permalink
Allow to disable cloudformation syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
fxaguessy committed May 26, 2017
1 parent e429bc9 commit d18600c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ var configDefinitions = map[string]*Definition{
"aws.queue.sync": {help: "Sync AWS SQS service (when empty: true)", defaultValue: "true", parseParamFn: parseBool},
"aws.dns.sync": {help: "Sync AWS Route53 service (when empty: true)", defaultValue: "true", parseParamFn: parseBool},
"aws.cdn.sync": {help: "Sync AWS CloudFront service (when empty: true)", defaultValue: "true", parseParamFn: parseBool},
"aws.cloudformation.sync": {help: "Sync AWS CloudFormation service (when empty: true)", defaultValue: "true", parseParamFn: parseBool},
checkUpgradeFrequencyConfigKey: {help: "Upgrade check frequency (hours); a negative value disables check", defaultValue: "8", parseParamFn: parseInt},
schedulerURL: {help: "URL used by awless CLI to interact with pre-installed awless-scheduler", defaultValue: "http://localhost:8082"},
}
Expand Down

0 comments on commit d18600c

Please sign in to comment.