Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 00d92e1

Browse files
committed
Remove added config values
1 parent ad64bb8 commit 00d92e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ const config = require('config');
1414
const dynamoose = require('dynamoose');
1515

1616
dynamoose.AWS.config.update({
17-
accessKeyId: config.DYNAMODB.AWS_ACCESS_KEY_ID,
18-
secretAccessKey: config.DYNAMODB.AWS_SECRET_ACCESS_KEY,
1917
region: config.DYNAMODB.AWS_REGION
2018
});
2119

0 commit comments

Comments
 (0)