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

Commit 60541c4

Browse files
committed
Removing the AWS configs
1 parent e85068b commit 60541c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ module.exports = {
5656

5757
AMAZON: {
5858
// Uncomment for local deployment
59-
AWS_ACCESS_KEY_ID: process.env.AWS_FAKE_ID,
60-
AWS_SECRET_ACCESS_KEY: process.env.AWS_FAKE_KEY,
59+
// AWS_ACCESS_KEY_ID: process.env.AWS_FAKE_ID,
60+
// AWS_SECRET_ACCESS_KEY: process.env.AWS_FAKE_KEY,
6161
AWS_REGION: process.env.AWS_REGION || 'ap-northeast-1', // aws region
6262
IS_LOCAL_DB: process.env.IS_LOCAL_DB ? process.env.IS_LOCAL_DB === 'true' : false, // true or uninitialize if we use local instance
6363
DYNAMODB_URL: process.env.DYNAMODB_URL || 'http://localhost:8000', // just for local development

0 commit comments

Comments
 (0)