Skip to content

Commit

Permalink
removed unneeded default
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkasl committed Jul 1, 2022
1 parent 0af2efb commit 91ee795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ if (config.clusterEnv === 'development') {
const endpoint = 'http://localhost:4566';
logger.log(`Running development cluster on ${endpoint}, patching AWS to use InfraMock endpoint...`);
config.cachingEnabled = false;
config.awsAccountId = '000000000000';
AWS.config.update({
endpoint,
sslEnabled: false,
Expand Down

0 comments on commit 91ee795

Please sign in to comment.