Skip to content

Commit 7cab3dc

Browse files
committed
change credentials.json file
1 parent 5e5d79b commit 7cab3dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = (function () {
7474
accessKeyId: null
7575
, secretAccessKey: null
7676
, region: 'us-west-1'
77-
, credentialsFilePath: './config.json'
77+
, credentialsFilePath: './credentials.json'
7878
// For example:
7979
// port: 3306,
8080
// host: 'localhost',
@@ -139,7 +139,7 @@ module.exports = (function () {
139139
*/
140140
registerCollection: function(collection, cb) {
141141
//console.log("adapter::registerCollection:", collection);
142-
AWS.config.loadFromPath('./config.json');
142+
AWS.config.loadFromPath('./credentials.json');
143143
/*
144144
adapter::registerCollection: { keyId: 'id',
145145
syncable: true,

0 commit comments

Comments
 (0)