Skip to content

Commit

Permalink
Merge pull request #289 from willroberts/aws-conf
Browse files Browse the repository at this point in the history
Standardizes AWS env var names
  • Loading branch information
willroberts committed May 5, 2023
2 parents d540af1 + 6a2ad19 commit da303b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ const config = convict({
},
accessKey: {
default: '',
env: 'AWS_ACCESS_KEY_ID',
env: 'AWS_ACCESS_KEY',
},
secretKey: {
default: '',
env: 'AWS_SECRET_ACCESS_KEY',
env: 'AWS_SECRET_KEY',
},
},
// s3 bucket/key/secret used for game session data uploads
Expand Down

0 comments on commit da303b4

Please sign in to comment.