Skip to content

Commit 3bcf18c

Browse files
committed
Reverting config values
1 parent 03dde6e commit 3bcf18c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/conf/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ concurrencyConfig:
2121
accounts:
2222
- awsAccessKey: ""
2323
awsSecretKey: ""
24-
displayAccountName: "Test Gateway"
25-
regions: ["ap-south-1"]
24+
displayAccountName: "AppD"
25+
regions: ["us-west-2"]
2626

2727
apiId: []
2828

2929
metricsConfig:
3030
# Global time range configuration, applicable to all the metrics configured below.
3131
metricsTimeRange:
32-
startTimeInMinsBeforeNow: 60
32+
startTimeInMinsBeforeNow: 10
3333
endTimeInMinsBeforeNow: 0
3434
# Rate limit ( per second ) for GetMetricStatistics, default value is 400. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_limits.html
3535
getMetricStatisticsRateLimit: 400

0 commit comments

Comments
 (0)