Skip to content

Commit

Permalink
Make regions lowercase for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed May 3, 2023
1 parent 66f9d3a commit 5a02fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/cloud-regions/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CLOUD_REGION = {
US: 'US',
EU: 'EU'
US: 'us',
EU: 'eu'
};

exports.CLOUD_REGION = CLOUD_REGION;
Expand Down

0 comments on commit 5a02fd5

Please sign in to comment.