We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df66a7 commit b35ef6bCopy full SHA for b35ef6b
scripts/migrate-user-mapping.js
@@ -4,7 +4,8 @@ const dbHelper = require('../src/common/db-helper');
4
const GithubUserMapping = require('../src/models').GithubUserMapping;
5
const GitlabUserMapping = require('../src/models').GitlabUserMapping;
6
7
-if (process.env.IS_LOCAL) {
+if (process.env.IS_LOCAL=="true") {
8
+ console.log("IS LOCAL")
9
AWS.config.update({
10
endpoint: 'http://localhost:8000'
11
});
0 commit comments