Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request #297 from Ishtmeet-Singh/master
Browse files Browse the repository at this point in the history
Fixed indentation and typo
  • Loading branch information
zhakk-harn committed Jul 14, 2018
2 parents 8d9bae9 + e778ae4 commit 215d57d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions server/config/secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ module.exports = {
secretAccessKey: process.env.AMAZON_SECRET_ACCESS_KEY || null
}
},
//


smtpServer: {
port: process.env.SMTP_TEST_PORT || '2025', // Linux envs disallo use of port <= 1024 without root
port: process.env.SMTP_TEST_PORT || '2025', // Linux envs disallow use of port <= 1024 without root
host: process.env.SMTP_TEST_HOST || '127.0.0.1'
},

Expand All @@ -20,5 +19,4 @@ module.exports = {
consumerSecret: process.env.GOOGLE_CONSUMER_SECRET,
callbackURL: process.env.GOOGLE_CALLBACK || 'http://localhost:8080/auth/google/callback'
},

};

0 comments on commit 215d57d

Please sign in to comment.